Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / ehdr_start-o32.s
1 .abicalls
2 .text
3 .weak __ehdr_start
4 .globl __start
5 .type __start, @function
6 .ent __start
7 .frame $29, 0, $31
8 .mask 0x00000000, 0
9 __start:
10 .set noreorder
11 .cpload $25
12 .set reorder
13 lw $2, __ehdr_start
14 jr $31
15 .end __start
This page took 0.034433 seconds and 4 git commands to generate.