mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
1368b914e9
Now that all port tests live under testsuite/sim/*/, and none live in testsuite/ directly, flatten the structure by moving all of the dirs under testsuite/sim/ to testsuite/ directly. We need to stop passing --tool to dejagnu so that it searches all dirs and not just ones that start with "sim". Since we have no other dirs in this tree, and no plans to add any, should be fine.
22 lines
406 B
Plaintext
22 lines
406 B
Plaintext
# mach: crisv32
|
|
# ld: --section-start=.text=0
|
|
# xerror:
|
|
# output: b1e\n
|
|
# output: core: 4 byte write to unmapped address 0x90000008 at 0x16\n
|
|
# output: program stopped with signal 11 (*).\n
|
|
|
|
; Check invalid access valid with --cris-900000xx.
|
|
; "FAIL" area.
|
|
|
|
.include "testutils.inc"
|
|
start
|
|
move.d 0xb1e,$r3
|
|
dumpr3
|
|
move.d 0x90000008,$acr
|
|
move.d $acr,[$acr]
|
|
move.d 0xbadc0de,$r3
|
|
dumpr3
|
|
0:
|
|
ba 0b
|
|
nop
|