mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Fix octeon3 tests for targets with default abi != n32
gas/testsuite/ * gas/mips/octeon3.d: Switch to use numeric register names.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-12-19 Matthew Fortune <matthew.fortune@imgtec.com>
|
||||||
|
|
||||||
|
* gas/mips/octeon3.d: Switch to use numeric register names.
|
||||||
|
|
||||||
2014-12-16 Matthew Fortune <matthew.fortune@imgtec.com>
|
2014-12-16 Matthew Fortune <matthew.fortune@imgtec.com>
|
||||||
|
|
||||||
* gas/mips/attr-gnu-4-5.d: Ignore ASEs.
|
* gas/mips/attr-gnu-4-5.d: Ignore ASEs.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#objdump: -d -r --show-raw-insn
|
#objdump: -d -r --show-raw-insn -Mgpr-names=numeric
|
||||||
#name: MIPS octeon3 instructions
|
#name: MIPS octeon3 instructions
|
||||||
|
|
||||||
.*: +file format .*mips.*
|
.*: +file format .*mips.*
|
||||||
@ -6,15 +6,15 @@
|
|||||||
Disassembly of section .text:
|
Disassembly of section .text:
|
||||||
|
|
||||||
[0-9a-f]+ <foo>:
|
[0-9a-f]+ <foo>:
|
||||||
.*: 71ec0008 mtm0 t3,t0
|
.*: 71ec0008 mtm0 \$15,\$12
|
||||||
.*: 71a40008 mtm0 t1,a0
|
.*: 71a40008 mtm0 \$13,\$4
|
||||||
.*: 7083000c mtm1 a0,v1
|
.*: 7083000c mtm1 \$4,\$3
|
||||||
.*: 70e1000c mtm1 a3,at
|
.*: 70e1000c mtm1 \$7,\$1
|
||||||
.*: 7022000d mtm2 at,v0
|
.*: 7022000d mtm2 \$1,\$2
|
||||||
.*: 7083000c mtm1 a0,v1
|
.*: 7083000c mtm1 \$4,\$3
|
||||||
.*: 70a20009 mtp0 a1,v0
|
.*: 70a20009 mtp0 \$5,\$2
|
||||||
.*: 70c40009 mtp0 a2,a0
|
.*: 70c40009 mtp0 \$6,\$4
|
||||||
.*: 7083000a mtp1 a0,v1
|
.*: 7083000a mtp1 \$4,\$3
|
||||||
.*: 70e1000a mtp1 a3,at
|
.*: 70e1000a mtp1 \$7,\$1
|
||||||
.*: 7022000b mtp2 at,v0
|
.*: 7022000b mtp2 \$1,\$2
|
||||||
.*: 7083000a mtp1 a0,v1
|
.*: 7083000a mtp1 \$4,\$3
|
||||||
|
Reference in New Issue
Block a user