Strip global symbol defined in discarded section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / export-class-lib.s
1 .data
2 .balign 16
3 .xdef protected_foo
4 protected_foo:
5 .balign 16
6 .xdef hidden_foo
7 hidden_foo:
8 .balign 16
9 .xdef internal_foo
10 internal_foo:
This page took 0.029628 seconds and 4 git commands to generate.