* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-mips-elf / reloc-6b.s
blobaa2a726cf9525c5c652bd1c2600fbf4a19ba6dd6
1 .globl __start
2 .globl gs
3 __start:
4 gs:
5 ls:
6 lw $4,%got_page(us)($gp)
7 addiu $4,$4,%got_ofst(us)
8 lw $4,%got_page(gs)($gp)
9 addiu $4,$4,%got_ofst(gs)
10 lw $4,%got_page(ls)($gp)
11 addiu $4,$4,%got_ofst(ls)