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