tocopt3.s 102 B

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