Update contributors list for update of alpha-vms bfd.
[binutils.git] / ld / testsuite / ld-elf / overlay.t
blobbdb33c815cac2084257d925a0afe69933c718457
1 SECTIONS
3   .text : { *(.text) }
4   OVERLAY 0x1000 : AT (0x4000)
5   {
6     .text1 {*(.text1)}
7     .text2 {*(.text2)}
8   }
9   /DISCARD/ : { *(.*) }