Fix ERROR: target-cc does not exist
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / funv1.s
CommitLineData
f6c7c3e8
AM
1 .globl my_func
2 .type my_func,@function
3 .section .opd,"aw",@progbits
4my_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.152079 seconds and 4 git commands to generate.