tocopt2.s 114 B

12345678910
  1. .globl xt
  2. .section .toc,"aw"
  3. xt:
  4. .quad x
  5. .globl _start
  6. .text
  7. _start:
  8. addis 9,2,xt@toc@ha
  9. ld 9,xt@toc@l(9)