Update MIPS tests for test failures on some configurations.
authorSimon Dardis <Simon.Dardis@imgtec.com>
Tue, 25 Aug 2015 16:04:51 +0000 (17:04 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 25 Aug 2015 16:06:49 +0000 (17:06 +0100)
* gas/mips/micromips32-move.d: Update expected disassembly.
* gas/mips/move.d: Likewise.
* gas/mips/move.s: Fix for some MIPS configurations.

gas/testsuite/ChangeLog
gas/testsuite/gas/mips/micromips32-move.d
gas/testsuite/gas/mips/move.d
gas/testsuite/gas/mips/move.s

index 4d4dcbc07506179484cb355603fd85d3efa17489..f6f8b378e0167641d27845cffbc15894dea27155 100644 (file)
@@ -7,6 +7,12 @@
        register.
        * gas/sparc/rdpr.d: ...and the expected result.
 
+2015-08-25  Simon Dardis  <Simon.Dardis@imgtec.com>
+
+       * gas/mips/micromips32-move.d: Update expected disassembly.
+       * gas/mips/move.d: Likewise.
+       * gas/mips/move.s: Fix for some MIPS configurations.
+
 2015-08-24  Jan Stancek  <jstancek@redhat.com>
 
        * gas/i386/intel.s: Add test of disassembly of a potential
index 1a30f06109a5a224cc5ee17721a36c11538d5c9d..b13d9272db2c4a181eaffe25613dc98bf6fb42c9 100644 (file)
@@ -1,4 +1,4 @@
-#objdump: -dr -m mips:micromips
+#objdump: -dr -m mips:micromips -M reg-names=numeric
 #name: microMIPS insn32 move test
 #source: micromips32-move.s
 
@@ -8,7 +8,7 @@
 
 Disassembly of section .text:
 0+ <.*>:
-   0:  001f 6a90       move    t5,ra
-   4:  001f 6950       move    t5,ra
-   8:  581f 6950       move    t5,ra
-   c:  001f 6a90       move    t5,ra
+   0:  001f 6a90       move    \$13,\$31
+   4:  001f 6950       move    \$13,\$31
+   8:  581f 6950       move    \$13,\$31
+   c:  001f 6a90       move    \$13,\$31
index aa978ea198f502ebfbc9860e53cc8c53fdc7e1ff..28a9673dc4b623842ae8ef29d1199fb806d10bf1 100644 (file)
@@ -1,4 +1,4 @@
-#objdump: -dr
+#objdump: -dr -M reg-names=numeric
 #name: MIPS move disassembly test
 #source: move.s
 
@@ -8,7 +8,7 @@
 
 Disassembly of section .text:
 0+ <.*>:
-   0:  03e06825        move    t5,ra
-   4:  03e06821        move    t5,ra
-   8:  03e0682d        move    t5,ra
-   c:  03e06825        move    t5,ra
+   0:  03e08025        move    \$16,\$31
+   4:  03e08021        move    \$16,\$31
+   8:  03e0802d        move    \$16,\$31
+   c:  03e08025        move    \$16,\$31
index 912577bf6aa94e78233aed3c9775cf8044fe4291..6be2d3d8c3af53306dc3369f6ff3da4cf5173b75 100644 (file)
@@ -1,4 +1,4 @@
-       move    $13, $31
-       addu    $13, $31, $0
-       daddu   $13, $31, $0
-       or      $13, $31, $0
+       move    $16, $31
+       addu    $16, $31, $0
+       daddu   $16, $31, $0
+       or      $16, $31, $0
This page took 0.028143 seconds and 4 git commands to generate.