diff options
author | YunQiang Su <yunqiang.su@cipunited.com> | 2023-11-13 15:58:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-11-13 15:58:03 +0000 |
commit | 94c641840b4a0ed873db311a7b907ec4dd99cb33 (patch) | |
tree | aa57ac1e09ab776842e624a4b0f9b1e8b12ca929 /binutils/testsuite/binutils-all | |
parent | 63611bfe22fbb6155e4466370ddb9650bec0087a (diff) | |
download | gdb-94c641840b4a0ed873db311a7b907ec4dd99cb33.zip gdb-94c641840b4a0ed873db311a7b907ec4dd99cb33.tar.gz gdb-94c641840b4a0ed873db311a7b907ec4dd99cb33.tar.bz2 |
MIPS: Fix binutils-all tests for r6 triples
Diffstat (limited to 'binutils/testsuite/binutils-all')
-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 |