mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
MIPS: Fix binutils-all tests for r6 triples
This commit is contained in:
parent
63611bfe22
commit
94c641840b
@ -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.*
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#PROG: objcopy
|
||||
#as: -march=from-abi
|
||||
#objdump: -drt
|
||||
#name: Mixed MIPS16 and microMIPS disassembly
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user