Also hide symbols without PLT nor GOT references.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr13177.s
CommitLineData
1a766c68
L
1 .section .text.foo,"ax",%progbits
2 .globl foo
3 .type foo, %function
4foo:
5 .byte 0
6 .section .text.opt_out,"ax",%progbits
7 .type opt_out, %function
8opt_out:
9 .dc.a bar
This page took 0.022457 seconds and 4 git commands to generate.