symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf_e_flags1.d
index a0aa2f1bbf663f098ae829c2633f4b4efd6b222f..71eb5361fdca7e630bcdde6a7814be591dc7e1ed 100644 (file)
@@ -1,27 +1,29 @@
 # name: ELF e_flags: nothing special
 # source: elf_e_flags.s
 # objdump: -fd
+# as: -march=4000
 
 .*:.*file format.*mips.*
-architecture: mips:[34][0-9]00, flags 0x00000011:
+architecture: mips:.*, flags 0x00000011:
 HAS_RELOC, HAS_SYMS
-start address 0x0000000000000000
+start address 0x0+00
 
 Disassembly of section .text:
 
-0000000000000000 <foo>:
-   0:  00850019        multu   \$a0,\$a1
-   4:  00001012        mflo    \$v0
-   8:  03e00008        jr      \$ra
-   c:  24420001        addiu   \$v0,\$v0,1
+0+00 <foo>:
+   0:  00850019        multu   a0,a1
+   4:  00001012        mflo    v0
+   8:  03e00008        jr      ra
+   c:  24420001        addiu   v0,v0,1
 
-0000000000000010 <main>:
-  10:  27bdffd8        addiu   \$sp,\$sp,-40
-  14:  afbf0020        sw      \$ra,32\(\$sp\)
+0+10 <main>:
+  10:  27bdffd8        addiu   sp,sp,-40
+  14:  afbf0020        sw      ra,32\(sp\)
   18:  0c000000        jal     0 <foo>
   1c:  00000000        nop
-  20:  0000102[1d]     move    \$v0,\$zero
-  24:  8fbf0020        lw      \$ra,32\(\$sp\)
+  20:  00001025        move    v0,zero
+  24:  8fbf0020        lw      ra,32\(sp\)
   28:  00000000        nop
-  2c:  03e00008        jr      \$ra
-  30:  27bd0028        addiu   \$sp,\$sp,40
+  2c:  03e00008        jr      ra
+  30:  27bd0028        addiu   sp,sp,40
+       ...
This page took 0.027 seconds and 4 git commands to generate.