| OLD | NEW |
| 1 # mach: crisv32 | 1 # mach: crisv32 |
| 2 # ld: --section-start=.text=0 | 2 # ld: --section-start=.text=0 |
| 3 # sim: --cris-900000xx | 3 # sim: --cris-900000xx |
| 4 # xerror: | 4 # xerror: |
| 5 # output: ce11d0c\n | 5 # output: ce11d0c\n |
| 6 # output: core: 4 byte write to unmapped address 0x90000004 at 0x16\n | 6 # output: core: 4 byte write to unmapped address 0x90000004 at 0x16\n |
| 7 # output: program stopped with signal 11.\n | 7 # output: program stopped with signal 11 (*).\n |
| 8 | 8 |
| 9 ; Check that invalid access to the simulator area is recognized. | 9 ; Check that invalid access to the simulator area is recognized. |
| 10 ; "PASS" area. | 10 ; "PASS" area. |
| 11 | 11 |
| 12 .include "testutils.inc" | 12 .include "testutils.inc" |
| 13 start | 13 start |
| 14 move.d 0x0ce11d0c,$r3 | 14 move.d 0x0ce11d0c,$r3 |
| 15 dumpr3 | 15 dumpr3 |
| 16 move.d 0x90000004,$acr | 16 move.d 0x90000004,$acr |
| 17 clear.d [$acr] | 17 clear.d [$acr] |
| 18 move.d 0xbadc0de,$r3 | 18 move.d 0xbadc0de,$r3 |
| 19 dumpr3 | 19 dumpr3 |
| 20 0: | 20 0: |
| 21 ba 0b | 21 ba 0b |
| 22 nop | 22 nop |
| OLD | NEW |