]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/flags1.ld
14d17cbe443e20a55fc98dc961e7d866847b483d
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / flags1.ld
1 SECTIONS
2 {
3 . = SIZEOF_HEADERS;
4 .text :
5 {
6 *(.text)
7 } =0
8 .post_text_reserve :
9 {
10 . += 0x160;
11 }
12 /DISCARD/ : { *(*) }
13 }