Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-1b.s
1 .abicalls
2 .option pic0
3 .global __start
4 .type __start, @function
5 .ent __start
6 __start:
7 jal f1
8 jal f2
9 jal f3
10 .end __start
This page took 0.036475 seconds and 4 git commands to generate.