PR ld/14326
authorKai Tietz <kai.tietz@onevision.com>
Fri, 17 Aug 2012 16:33:03 +0000 (16:33 +0000)
committerKai Tietz <kai.tietz@onevision.com>
Fri, 17 Aug 2012 16:33:03 +0000 (16:33 +0000)
* scripttempl/pe.sc: Add _etext symbol.

ld/ChangeLog
ld/scripttempl/pe.sc

index 2894b579ff21aa48ba1e130035b8196efee832bf..ab233cce2af5f5863ee3984ff87c38686b0b3bdb 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-17  Kai Tietz  <ktietz@redhat.com>
+
+       PR ld/14326
+       * scripttempl/pe.sc: Add _etext symbol.
+
 2012-08-14  Nick Clifton  <nickc@redhat.com>
 
        * configure.in (ALL_LINGUGAS): Add uk.
index 5b9bd6147ab443cd2245597295ae8938a8a9fa06..bb058230d365c79f4bea734a499f1a844d46cc70 100644 (file)
@@ -86,6 +86,7 @@ SECTIONS
     /* ??? Why is .gcc_exc here?  */
     ${RELOCATING+ *(.gcc_exc)}
     ${RELOCATING+PROVIDE (etext = .);}
+    ${RELOCATING+PROVIDE (_etext = .);}
     ${RELOCATING+ *(.gcc_except_table)}
   }