Fix MIPS disassembler so that it produces reassemblable code.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf_e_flags2.d
CommitLineData
252b5132
RH
1# name: ELF e_flags: -m4650
2# source: elf_e_flags.s
3# as: -m4650
4# objdump: -fd
5
6.*:.*file format.*mips.*
7architecture: mips:4650, flags 0x00000011:
8HAS_RELOC, HAS_SYMS
9start address 0x0000000000000000
10
11Disassembly of section .text:
12
130000000000000000 <foo>:
aa5f19f2
NC
14 0: 70851002 mul v0,a0,a1
15 4: 03e00008 jr ra
16 8: 24420001 addiu v0,v0,1
252b5132
RH
17
18000000000000000c <main>:
aa5f19f2
NC
19 c: 27bdffd8 addiu sp,sp,-40
20 10: afbf0020 sw ra,32\(sp\)
252b5132
RH
21 14: 0c000000 jal 0 <foo>
22 18: 00000000 nop
aa5f19f2
NC
23 1c: 0000102d move v0,zero
24 20: 8fbf0020 lw ra,32\(sp\)
8ee99f93 25 24: 00000000 nop
aa5f19f2
NC
26 28: 03e00008 jr ra
27 2c: 27bd0028 addiu sp,sp,40
4c507252 28 ...
This page took 0.075636 seconds and 4 git commands to generate.