blob: e75060e1510ed0461ec21dca64287c55a4a88ea7 [file] [log] [blame]
.globl __start .text
.type __start, @function
.globl gs .text
__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)