mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
12 lines
193 B
ArmAsm
12 lines
193 B
ArmAsm
|
.globl us
|
||
|
.globl gs
|
||
|
us:
|
||
|
gs:
|
||
|
ls:
|
||
|
lw $4,%got_page(us)($gp)
|
||
|
addiu $4,$4,%got_ofst(us)
|
||
|
lw $4,%got_page(gs)($gp)
|
||
|
addiu $4,$4,%got_ofst(gs)
|
||
|
lw $4,%got_page(ls)($gp)
|
||
|
addiu $4,$4,%got_ofst(ls)
|