From efa15f1ff0607ba77086cd16df5a5b349b66d816 Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Fri, 17 Aug 2012 16:33:01 +0000 Subject: PR ld/14326 * scripttempl/pe.sc: Add _etext symbol. --- ld/scripttempl/pe.sc | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/scripttempl') diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index 5b9bd6147a..bb058230d3 100644 --- a/ld/scripttempl/pe.sc +++ b/ld/scripttempl/pe.sc @@ -86,6 +86,7 @@ SECTIONS /* ??? Why is .gcc_exc here? */ ${RELOCATING+ *(.gcc_exc)} ${RELOCATING+PROVIDE (etext = .);} + ${RELOCATING+PROVIDE (_etext = .);} ${RELOCATING+ *(.gcc_except_table)} } -- cgit v1.2.1