aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/nodotsym.s
blob: dbc44ec83c77f946a679a2d56fa12bd9fa093e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
 .section .opd,"aw"
 .p2align 3
 .global foo
 .type foo,@function
foo:
 .quad .L.foo,.TOC.@tocbase,0

 .text
.L.foo:
 blr
 .size foo,.-.L.foo