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