Update contributors list for update of alpha-vms bfd.
[binutils.git] / 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/ : { *(.*) }