* testsuite/ld-aarch64/limit-b.d: Likewise.
* testsuite/ld-aarch64/limit-bl.d: Likewise.
+2016-12-13 Awson <kyrab@mail.ru>
+
+ PR ld/19254
+ * scripttempl/pe.sc (.fini): KEEP this section.
+ (.gcc_except_table): Likewise.
+ (.pdata): Also accept .pdata*.
+
2016-12-13 Alan Modra <amodra@gmail.com>
* testsuite/ld-elf/nobits-1.d: Remove xfail for hppa64.
LONG (-1);*(.ctors); *(.ctor); *(SORT(.ctors.*)); LONG (0); }
${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
LONG (-1); *(.dtors); *(.dtor); *(SORT(.dtors.*)); LONG (0); }
- ${RELOCATING+ *(.fini)}
+ ${RELOCATING+ KEEP (*(.fini))}
/* ??? Why is .gcc_exc here? */
${RELOCATING+ *(.gcc_exc)}
${RELOCATING+PROVIDE (etext = .);}
${RELOCATING+PROVIDE (_etext = .);}
- ${RELOCATING+ *(.gcc_except_table)}
+ ${RELOCATING+ KEEP (*(.gcc_except_table))}
}
/* The Cygwin32 library uses a section to avoid copying certain data
.pdata ${RELOCATING+BLOCK(__section_alignment__)} :
{
- KEEP(*(.pdata))
+ KEEP(*(.pdata*))
}
.bss ${RELOCATING+BLOCK(__section_alignment__)} :