| OLD | NEW |
| 1 /* As the included file, just actually specifying the default. | 1 /* As the included file, just actually specifying the default. |
| 2 #notarget: cris*-*-elf | 2 #notarget: cris*-*-elf |
| 3 #sim: --cris-unknown-syscall=stop | 3 #sim: --cris-unknown-syscall=stop |
| 4 #xerror: | 4 #xerror: |
| 5 #output: Unimplemented syscall: 166 (0x1, 0x2, 0x3, 0x4, 0x5, 0x6)\n | 5 #output: Unimplemented syscall: 166 (0x1, 0x2, 0x3, 0x4, 0x5, 0x6)\n |
| 6 #output: program stopped with signal 4.\n | 6 #output: program stopped with signal 4 (*).\n |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 #include "syscall1.c" | 9 #include "syscall1.c" |
| OLD | NEW |