Upload Tizen:Base source
[external/binutils.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 }