* 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

@@ -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__)} :