19990502 sourceware import
[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.*
6architecture: mips:4000, flags 0x00000011:
7HAS_RELOC, HAS_SYMS
8start address 0x0000000000000000
9
10Disassembly of section .text:
11
120000000000000000 <foo>:
13 0: 00850019 multu \$a0,\$a1
14 4: 00001012 mflo \$v0
15 8: 03e00008 jr \$ra
16 c: 24420001 addiu \$v0,\$v0,1
17
180000000000000010 <main>:
19 10: 27bdffd8 addiu \$sp,\$sp,-40
20 14: ffbf0020 sd \$ra,32\(\$sp\)
21 18: 0c000000 jal 0 <foo>
22 1c: 00000000 nop
23 20: 0000102d move \$v0,\$zero
24 24: dfbf0020 ld \$ra,32\(\$sp\)
25 28: 03e00008 jr \$ra
26 2c: 27bd0028 addiu \$sp,\$sp,40
This page took 0.023938 seconds and 4 git commands to generate.