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:
parent
cf89a94aae
commit
fecc36fdd1
@ -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.
|
||||
|
@ -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__)} :
|
||||
|
Loading…
x
Reference in New Issue
Block a user