Home | History | Annotate | Download | only in ld-powerpc
      1 	.toc
      2 
      3 	.extern	.g
      4 	.globl	.f
      5 	.csect	.f[PR]
      6 .f:
      7 	bl	.g
      8 
      9 	.globl	f
     10 	.csect	f[DS]
     11 f:	.long	.f,TOC[tc0],0
     12