Home | History | Annotate | Download | only in ld-powerpc
      1  .globl my_func
      2  .type my_func,@function
      3  .section .opd,"aw",@progbits
      4 my_func:
      5  .quad .Lmy_func, .TOC.@tocbase
      6 
      7  .text
      8 .Lmy_func:
      9  blr
     10  .size my_func,.-.Lmy_func
     11