Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / no-shared-1-o32.s
CommitLineData
0a61c8c2
RS
1 .abicalls
2 .text
3 .globl __start
660df28a 4 .type __start, @function
0a61c8c2
RS
5 .ent __start
6__start:
7 lui $2,%hi(__gnu_local_gp)
8 addiu $2,$2,%lo(__gnu_local_gp)
9 lw $2,%got(__gnu_local_gp)($gp)
10 lw $2,%call16(__gnu_local_gp)($gp)
11 .end __start
12
13 .data
14 .4byte __gnu_local_gp
This page took 0.536277 seconds and 4 git commands to generate.