Strip global symbol defined in discarded section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14156c.t
... / ...
CommitLineData
1SECTIONS {
2 .text : { *(.text) }
3 .foo : { *(SORT_NONE(.foo)) }
4 /DISCARD/ : { *(.*) }
5}
This page took 0.022656 seconds and 4 git commands to generate.