Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-elf / flags1.ld
bloba94cbe82596b45eb86b4a415ab67c60df2a12104
1 SECTIONS
3   .text :
4   {
5     *(.text)
6   } =0
7   .post_text_reserve :
8   {
9     . += 0x160;
10   }
11   /DISCARD/ : { *(.*) }