Don't re-export common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / flags1.ld
CommitLineData
e6760bcc
L
1SECTIONS
2{
3 .text :
4 {
5 *(.text)
6 } =0
7 .post_text_reserve :
8 {
9 . += 0x160;
10 }
11 /DISCARD/ : { *(.*) }
12}
This page took 0.346229 seconds and 4 git commands to generate.