bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / flags1.ld
1 SECTIONS
2 {
3 .text :
4 {
5 *(.text)
6 } =0
7 .post_text_reserve :
8 {
9 . += 0x160;
10 }
11 /DISCARD/ : { *(.*) }
12 }
This page took 0.042089 seconds and 4 git commands to generate.