xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/syscall5.c (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1*4b169a6bSchristos /* As the included file, but specifying ENOSYS with message.
2*4b169a6bSchristos #progos: linux
3*4b169a6bSchristos #sim: --cris-unknown-syscall=enosys
4*4b169a6bSchristos #output: Unimplemented syscall: 166 (0x1, 0x2, 0x3, 0x4, 0x5, 0x6)\n
5*4b169a6bSchristos #output: ENOSYS\n
6*4b169a6bSchristos #output: xyzzy\n
7*4b169a6bSchristos */
8*4b169a6bSchristos 
9*4b169a6bSchristos #include "syscall1.c"
10