Strip global symbol defined in discarded section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr13839.t
1 SECTIONS {
2 .text : {
3 _text = .;
4 *(.text)
5 }
6 _end = .;
7 /DISCARD/ : { *(.*) }
8 }
9 . = ASSERT((_end - _text <= (512 * 1024 * 1024)), "foo");
This page took 0.029404 seconds and 4 git commands to generate.