Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / no-shared-1-n64.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 daddiu $2,$2,%lo(__gnu_local_gp)
9 ld $2,%got(__gnu_local_gp)($gp)
10 ld $2,%call16(__gnu_local_gp)($gp)
11 .end __start
12
13 .data
14 .8byte __gnu_local_gp
This page took 0.52459 seconds and 4 git commands to generate.