Fix MIPS disassembler so that it produces reassemblable code.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / add.d
index 8c21d1dda300ab6e5e052f6c94cc8c4fc8088544..65339b871b0743e90e4c2bc8a91e8ca183d55565 100644 (file)
@@ -6,15 +6,15 @@
 .*: +file format .*mips.*
 
 Disassembly of section .text:
-0+0000 <[^>]*> addi    \$a0,\$a0,0
-0+0004 <[^>]*> addi    \$a0,\$a0,1
-0+0008 <[^>]*> li      \$at,0x8000
-0+000c <[^>]*> add     \$a0,\$a0,\$at
-0+0010 <[^>]*> addi    \$a0,\$a0,-32768
-0+0014 <[^>]*> lui     \$at,0x1
-0+0018 <[^>]*> add     \$a0,\$a0,\$at
-0+001c <[^>]*> lui     \$at,0x1
-0+0020 <[^>]*> ori     \$at,\$at,0xa5a5
-0+0024 <[^>]*> add     \$a0,\$a0,\$at
-0+0028 <[^>]*> addiu   \$a0,\$a0,1
+0+0000 <[^>]*> addi    a0,a0,0
+0+0004 <[^>]*> addi    a0,a0,1
+0+0008 <[^>]*> li      at,0x8000
+0+000c <[^>]*> add     a0,a0,at
+0+0010 <[^>]*> addi    a0,a0,-32768
+0+0014 <[^>]*> lui     at,0x1
+0+0018 <[^>]*> add     a0,a0,at
+0+001c <[^>]*> lui     at,0x1
+0+0020 <[^>]*> ori     at,at,0xa5a5
+0+0024 <[^>]*> add     a0,a0,at
+0+0028 <[^>]*> addiu   a0,a0,1
 0+002c <[^>]*> nop
This page took 0.027204 seconds and 4 git commands to generate.