Fix dependency for em32relf.c
[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
4
5.*:.*file format.*mips.*
4c507252 6architecture: mips:.*, flags 0x00000011:
252b5132
RH
7HAS_RELOC, HAS_SYMS
8start address 0x0000000000000000
9
10Disassembly of section .text:
11
120000000000000000 <foo>:
aa5f19f2
NC
13 0: 00850019 multu a0,a1
14 4: 00001012 mflo v0
15 8: 03e00008 jr ra
16 c: 24420001 addiu v0,v0,1
252b5132
RH
17
180000000000000010 <main>:
aa5f19f2
NC
19 10: 27bdffd8 addiu sp,sp,-40
20 14: afbf0020 sw ra,32\(sp\)
252b5132
RH
21 18: 0c000000 jal 0 <foo>
22 1c: 00000000 nop
aa5f19f2
NC
23 20: 0000102[1d] move v0,zero
24 24: 8fbf0020 lw ra,32\(sp\)
8ee99f93 25 28: 00000000 nop
aa5f19f2
NC
26 2c: 03e00008 jr ra
27 30: 27bd0028 addiu sp,sp,40
4c507252 28 ...
This page took 0.130441 seconds and 4 git commands to generate.