Fix MIPS disassembler so that it produces reassemblable code.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / trunc.d
index 3738ae15c2dffbdc51c12f4e1427cb11c0984bec..8276e3fbc395645fdb8d7fe9652b2f60f9a3c88a 100644 (file)
@@ -7,23 +7,23 @@
 .*: +file format .*mips.*
 
 Disassembly of section .text:
-0+0000 <[^>]*> cfc1    \$a0,\$31
-0+0004 <[^>]*> cfc1    \$a0,\$31
+0+0000 <[^>]*> cfc1    a0,ra
+0+0004 <[^>]*> cfc1    a0,ra
 0+0008 <[^>]*> nop
-0+000c <[^>]*> ori     \$at,\$a0,0x3
-0+0010 <[^>]*> xori    \$at,\$at,0x2
-0+0014 <[^>]*> ctc1    \$at,\$31
+0+000c <[^>]*> ori     at,a0,0x3
+0+0010 <[^>]*> xori    at,at,0x2
+0+0014 <[^>]*> ctc1    at,ra
 0+0018 <[^>]*> nop
 0+001c <[^>]*> cvt.w.d \$f4,\$f6
-0+0020 <[^>]*> ctc1    \$a0,\$31
+0+0020 <[^>]*> ctc1    a0,ra
 0+0024 <[^>]*> nop
-0+0028 <[^>]*> cfc1    \$a0,\$31
-0+002c <[^>]*> cfc1    \$a0,\$31
+0+0028 <[^>]*> cfc1    a0,ra
+0+002c <[^>]*> cfc1    a0,ra
 0+0030 <[^>]*> nop
-0+0034 <[^>]*> ori     \$at,\$a0,0x3
-0+0038 <[^>]*> xori    \$at,\$at,0x2
-0+003c <[^>]*> ctc1    \$at,\$31
+0+0034 <[^>]*> ori     at,a0,0x3
+0+0038 <[^>]*> xori    at,at,0x2
+0+003c <[^>]*> ctc1    at,ra
 0+0040 <[^>]*> nop
 0+0044 <[^>]*> cvt.w.s \$f4,\$f6
-0+0048 <[^>]*> ctc1    \$a0,\$31
+0+0048 <[^>]*> ctc1    a0,ra
 0+004c <[^>]*> nop
This page took 0.025445 seconds and 4 git commands to generate.