ld testsuite fails with default-PIE compiler
[deliverable/binutils-gdb.git] / ld / testsuite / ld-unique / pr21529.ld
1 SECTIONS
2 {
3 .text : { *(.text) }
4 /DISCARD/ : { *(*) }
5 }
This page took 0.031701 seconds and 4 git commands to generate.