reloc-6b.s 241 B

123456789101112
  1. .globl __start .text
  2. .type __start, @function
  3. .globl gs .text
  4. __start:
  5. gs:
  6. ls:
  7. lw $4,%got_page(us)($gp)
  8. addiu $4,$4,%got_ofst(us)
  9. lw $4,%got_page(gs)($gp)
  10. addiu $4,$4,%got_ofst(gs)
  11. lw $4,%got_page(ls)($gp)
  12. addiu $4,$4,%got_ofst(ls)