Fix search in TUI
[deliverable/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 }
12 /DISCARD/ : { *(.*) }
13}
This page took 0.596525 seconds and 4 git commands to generate.