]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/flags1.ld
2.41 Release sources
[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 }