OSDN Git Service

2009-11-25 Kai Tietz <kai.tietz@onevision.com>
authorktietz <ktietz>
Wed, 25 Nov 2009 15:59:01 +0000 (15:59 +0000)
committerktietz <ktietz>
Wed, 25 Nov 2009 15:59:01 +0000 (15:59 +0000)
        * scripttempl/pe.sc: (.note.GNU-stack): Mark as discardable.
        (.gnu.lto_*): Likewise.
        * scripttempl/pep.sc: (.note.GNU-stack): Mark as discardable.
        (.gnu.lto_*): Likewise.

ld/ChangeLog
ld/scripttempl/pe.sc
ld/scripttempl/pep.sc

index 4a93d2c..cd88318 100644 (file)
@@ -1,3 +1,10 @@
+2009-11-25  Kai Tietz  <kai.tietz@onevision.com>
+
+       * scripttempl/pe.sc: (.note.GNU-stack): Mark as discardable.
+       (.gnu.lto_*): Likewise.
+       * scripttempl/pep.sc: (.note.GNU-stack): Mark as discardable.
+       (.gnu.lto_*): Likewise.
+
 2009-11-23  Paul Brook  <paul@codesourcery.com>
 
        * ldexp.c: Copy symbol type for simple assignments.
index 0d59aa0..f3cbe25 100644 (file)
@@ -139,6 +139,8 @@ SECTIONS
     *(.debug\$T)
     *(.debug\$F)
     *(.drectve)
+    ${RELOCATING+ *(.note.GNU-stack)}
+    ${RELOCATING+ *(.gnu.lto_*)}
   }
 
   .idata ${RELOCATING+BLOCK(__section_alignment__)} :
index c6eb06c..7134a4e 100644 (file)
@@ -140,6 +140,8 @@ SECTIONS
     *(.debug\$T)
     *(.debug\$F)
     *(.drectve)
+    ${RELOCATING+ *(.note.GNU-stack)}
+    ${RELOCATING+ *(.gnu.lto_*)}
   }
 
   .idata ${RELOCATING+BLOCK(__section_alignment__)} :