Home | History | Annotate | Download | only in ld-powerpc
      1  .section .toc,"aw"
      2 0:
      3  .quad x
      4 
      5  .globl _start
      6  .text
      7 _start:
      8  addis 9,2,0b@toc@ha
      9  ld 9,0b@toc@l(9)
     10