MIPS: Fix binutils-all tests for r6 triples

This commit is contained in:
YunQiang Su 2023-11-13 15:58:03 +00:00 committed by Nick Clifton
parent 63611bfe22
commit 94c641840b
2 changed files with 3 additions and 1 deletions

View File

@ -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.*

View File

@ -1,4 +1,5 @@
#PROG: objcopy
#as: -march=from-abi
#objdump: -drt
#name: Mixed MIPS16 and microMIPS disassembly