Stop generating GNU build notes for linkonce sections.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / funv1.s
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
This page took 0.028944 seconds and 4 git commands to generate.