forked from Imagelibrary/binutils-gdb
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:
@@ -139,6 +139,8 @@ SECTIONS
|
||||
*(.debug\$T)
|
||||
*(.debug\$F)
|
||||
*(.drectve)
|
||||
${RELOCATING+ *(.note.GNU-stack)}
|
||||
${RELOCATING+ *(.gnu.lto_*)}
|
||||
}
|
||||
|
||||
.idata ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
|
||||
@@ -140,6 +140,8 @@ SECTIONS
|
||||
*(.debug\$T)
|
||||
*(.debug\$F)
|
||||
*(.drectve)
|
||||
${RELOCATING+ *(.note.GNU-stack)}
|
||||
${RELOCATING+ *(.gnu.lto_*)}
|
||||
}
|
||||
|
||||
.idata ${RELOCATING+BLOCK(__section_alignment__)} :
|
||||
|
||||
Reference in New Issue
Block a user