]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/flags1.ld
2.41 Release sources
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / flags1.ld
CommitLineData
e6760bcc
L
1SECTIONS
2{
1a9ccd70 3 . = SIZEOF_HEADERS;
e6760bcc
L
4 .text :
5 {
6 *(.text)
7 } =0
8 .post_text_reserve :
9 {
10 . += 0x160;
11 }
675b9d61 12 /DISCARD/ : { *(.*) }
e6760bcc 13}