summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorMatthew Fortune <matthew.fortune@imgtec.com>2014-12-18 22:04:02 +0000
committerMatthew Fortune <matthew.fortune@imgtec.com>2014-12-19 14:23:08 +0000
commit13e322759bd9d6d64e68b200084341681687fb74 (patch)
tree0bc5a5c548ab3ac363a1ba4d42af5aceea2bc7c4 /gas
parentd340a82588df5d54ead90124f3dce5bb750665d6 (diff)
downloadbinutils-gdb-13e322759bd9d6d64e68b200084341681687fb74.tar.gz
Fix octeon3 tests for targets with default abi != n32
gas/testsuite/ * gas/mips/octeon3.d: Switch to use numeric register names.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/mips/octeon3.d26
2 files changed, 17 insertions, 13 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index e0d2040c03d..813d88b14d6 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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>
* gas/mips/attr-gnu-4-5.d: Ignore ASEs.
diff --git a/gas/testsuite/gas/mips/octeon3.d b/gas/testsuite/gas/mips/octeon3.d
index 0e0b50873a7..77ca1d20d85 100644
--- a/gas/testsuite/gas/mips/octeon3.d
+++ b/gas/testsuite/gas/mips/octeon3.d
@@ -1,4 +1,4 @@
-#objdump: -d -r --show-raw-insn
+#objdump: -d -r --show-raw-insn -Mgpr-names=numeric
#name: MIPS octeon3 instructions
.*: +file format .*mips.*
@@ -6,15 +6,15 @@
Disassembly of section .text:
[0-9a-f]+ <foo>:
-.*: 71ec0008 mtm0 t3,t0
-.*: 71a40008 mtm0 t1,a0
-.*: 7083000c mtm1 a0,v1
-.*: 70e1000c mtm1 a3,at
-.*: 7022000d mtm2 at,v0
-.*: 7083000c mtm1 a0,v1
-.*: 70a20009 mtp0 a1,v0
-.*: 70c40009 mtp0 a2,a0
-.*: 7083000a mtp1 a0,v1
-.*: 70e1000a mtp1 a3,at
-.*: 7022000b mtp2 at,v0
-.*: 7083000a mtp1 a0,v1
+.*: 71ec0008 mtm0 \$15,\$12
+.*: 71a40008 mtm0 \$13,\$4
+.*: 7083000c mtm1 \$4,\$3
+.*: 70e1000c mtm1 \$7,\$1
+.*: 7022000d mtm2 \$1,\$2
+.*: 7083000c mtm1 \$4,\$3
+.*: 70a20009 mtp0 \$5,\$2
+.*: 70c40009 mtp0 \$6,\$4
+.*: 7083000a mtp1 \$4,\$3
+.*: 70e1000a mtp1 \$7,\$1
+.*: 7022000b mtp2 \$1,\$2
+.*: 7083000a mtp1 \$4,\$3