bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf_e_flags1.d
CommitLineData
252b5132
RH
1# name: ELF e_flags: nothing special
2# source: elf_e_flags.s
3# objdump: -fd
e7d10af4 4# as: -march=4000
252b5132
RH
5
6.*:.*file format.*mips.*
4c507252 7architecture: mips:.*, flags 0x00000011:
252b5132 8HAS_RELOC, HAS_SYMS
db1c0ae7 9start address 0x0+00
252b5132
RH
10
11Disassembly of section .text:
12
db1c0ae7 130+00 <foo>:
aa5f19f2
NC
14 0: 00850019 multu a0,a1
15 4: 00001012 mflo v0
16 8: 03e00008 jr ra
17 c: 24420001 addiu v0,v0,1
252b5132 18
db1c0ae7 190+10 <main>:
aa5f19f2
NC
20 10: 27bdffd8 addiu sp,sp,-40
21 14: afbf0020 sw ra,32\(sp\)
252b5132
RH
22 18: 0c000000 jal 0 <foo>
23 1c: 00000000 nop
aa5f19f2
NC
24 20: 0000102[1d] move v0,zero
25 24: 8fbf0020 lw ra,32\(sp\)
8ee99f93 26 28: 00000000 nop
aa5f19f2
NC
27 2c: 03e00008 jr ra
28 30: 27bd0028 addiu sp,sp,40
4c507252 29 ...
This page took 0.199395 seconds and 4 git commands to generate.