GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-6b.s
CommitLineData
77c56f44
RS
1 .globl __start
2 .globl gs
3__start:
4gs:
5ls:
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.347607 seconds and 4 git commands to generate.