blob: 4f2605fa6a7b637cbf89c2ff53618e9c3b860870 [file] [log] [blame]
# Tests the instructions removed in R6 are correctly invalidated
# mach: mips32r6 mips64r6
# as: -mabi=eabi
# ld: -N -Ttext=0x80010000
# output: ReservedInstruction at PC = *\nprogram stopped with signal 4 (Illegal instruction).\n
# xerror:
.include "testutils.inc"
.include "r6-removed.inc"
setup
.set noreorder
.ent DIAG
DIAG:
removed_instr
fail
.end DIAG