Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-6b.s
CommitLineData
d8734380 1 .globl __start .text
660df28a 2 .type __start, @function
d8734380 3 .globl gs .text
77c56f44
RS
4__start:
5gs:
6ls:
7 lw $4,%got_page(us)($gp)
8 addiu $4,$4,%got_ofst(us)
9 lw $4,%got_page(gs)($gp)
10 addiu $4,$4,%got_ofst(gs)
11 lw $4,%got_page(ls)($gp)
12 addiu $4,$4,%got_ofst(ls)
This page took 0.414789 seconds and 4 git commands to generate.