summaryrefslogtreecommitdiff
path: root/sim/testsuite/cris/c/sigreturn4.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/cris/c/sigreturn4.c')
-rw-r--r--sim/testsuite/cris/c/sigreturn4.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/testsuite/cris/c/sigreturn4.c b/sim/testsuite/cris/c/sigreturn4.c
new file mode 100644
index 00000000000..456e312c568
--- /dev/null
+++ b/sim/testsuite/cris/c/sigreturn4.c
@@ -0,0 +1,9 @@
+/* As the included file, but specifying silent ENOSYS.
+#notarget: cris*-*-elf
+#cc: additional_flags=-pthread
+#sim: --cris-unknown-syscall=enosys-quiet
+#output: ENOSYS\n
+#output: xyzzy\n
+*/
+
+#include "sigreturn2.c"