tocnovar.s 253 B

12345678910111213141516
  1. .section .opd,"aw",@progbits
  2. .global _start
  3. .type _start,@function
  4. _start:
  5. .quad .L_start, .TOC.@tocbase, 0
  6. .text
  7. .L_start:
  8. lwz 3,x@toc(2)
  9. b _start
  10. .size _start,.-.L_start
  11. .section .toc,"aw",@progbits
  12. .type x,@object
  13. x: .long 0
  14. .size x,.-x