aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/funv1.s
blob: 988ad0d8c14e8f09d45eaac897238149f24c2b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# old style ELFv1, with dot-symbols
 .globl my_func, .my_func
 .type .my_func, @function
 .section .opd, "aw", @progbits
my_func:
 .quad .my_func, .TOC.@tocbase, 0
 .size my_func, . - my_func

 .text
.my_func:
 blr
 .size .my_func, . - .my_func