Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / compact-eh.ld
blobe395fa607ed8835257574ec6bf370d42b3737b2a
1 ENTRY (__start)
2 SECTIONS
4   .text :
5   {
6     *(.text .text.*)
7     *(.gnu_extab .gnu_extab.*)
8   }
9   .eh_frame_hdr :
10   {
11     KEEP (*(.eh_frame_hdr))
12     *(.eh_frame_entry .eh_frame_entry.*)
13   }
14   .data : {*(.data) }