Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / no-shared-1-n64.s
1 .abicalls
2 .text
3 .globl __start
4 .type __start, @function
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.029611 seconds and 4 git commands to generate.