ae4e9bcf8a9dc05abfd3313b3b0854252706d83b
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-6b.s
1 .globl __start .text
2 .globl gs .text
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)
This page took 0.031412 seconds and 3 git commands to generate.