Automatic date update in version.in
[binutils-gdb.git] / sim / testsuite / mips / r6-removed.s
blob4f2605fa6a7b637cbf89c2ff53618e9c3b860870
1 # Tests the instructions removed in R6 are correctly invalidated
2 # mach: mips32r6 mips64r6
3 # as: -mabi=eabi
4 # ld: -N -Ttext=0x80010000
5 # output: ReservedInstruction at PC = *\nprogram stopped with signal 4 (Illegal instruction).\n
6 # xerror:
8 .include "testutils.inc"
9 .include "r6-removed.inc"
11 setup
13 .set noreorder
14 .ent DIAG
15 DIAG:
16 removed_instr
17 fail
18 .end DIAG