ld: Add tests for -z separate-code and -z noseparate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / nodotsym.s
CommitLineData
8c5b4e52
AM
1 .section .opd,"aw"
2 .p2align 3
3 .global foo
4 .type foo,@function
5foo:
6 .quad .L.foo,.TOC.@tocbase,0
7
8 .text
9.L.foo:
10 blr
11 .size foo,.-.L.foo
This page took 0.074201 seconds and 4 git commands to generate.