mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +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)
|