mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
12 lines
203 B
ArmAsm
12 lines
203 B
ArmAsm
|
.globl __start
|
||
|
.globl gs
|
||
|
__start:
|
||
|
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)
|