diff options
-rw-r--r-- | binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.d | 3 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/mips/mixed-mips16-micromips.d | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.d b/binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.d index 41bb49e..dd20fc1 100644 --- a/binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.d +++ b/binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.d @@ -1,8 +1,9 @@ #PROG: objcopy +#as: -march=from-abi #objdump: -d --prefix-addresses --show-raw-insn #name: MIPS16 unsupported EXTEND and undefined opcode disassembly -# Verify raw hexadecimal EXTEND and inexistent opcode disassembly. +# Verify raw hexadecimal EXTEND and unexistent opcode disassembly. .*: +file format .*mips.* diff --git a/binutils/testsuite/binutils-all/mips/mixed-mips16-micromips.d b/binutils/testsuite/binutils-all/mips/mixed-mips16-micromips.d index 4a53dfb..65459d5 100644 --- a/binutils/testsuite/binutils-all/mips/mixed-mips16-micromips.d +++ b/binutils/testsuite/binutils-all/mips/mixed-mips16-micromips.d @@ -1,4 +1,5 @@ #PROG: objcopy +#as: -march=from-abi #objdump: -drt #name: Mixed MIPS16 and microMIPS disassembly |