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.
This commit is contained in:
Kai Tietz 2009-11-25 06:59:01 +00:00
parent cf89a94aae
commit fecc36fdd1
3 changed files with 11 additions and 0 deletions

View 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.

View File

@ -139,6 +139,8 @@ SECTIONS
*(.debug\$T)
*(.debug\$F)
*(.drectve)
${RELOCATING+ *(.note.GNU-stack)}
${RELOCATING+ *(.gnu.lto_*)}
}
.idata ${RELOCATING+BLOCK(__section_alignment__)} :

View File

@ -140,6 +140,8 @@ SECTIONS
*(.debug\$T)
*(.debug\$F)
*(.drectve)
${RELOCATING+ *(.note.GNU-stack)}
${RELOCATING+ *(.gnu.lto_*)}
}
.idata ${RELOCATING+BLOCK(__section_alignment__)} :