aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/mep.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/mep.sc')
-rw-r--r--ld/scripttempl/mep.sc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/scripttempl/mep.sc b/ld/scripttempl/mep.sc
index 20a6938..9062d58 100644
--- a/ld/scripttempl/mep.sc
+++ b/ld/scripttempl/mep.sc
@@ -300,7 +300,6 @@ cat <<EOF
{
${RELOCATING+${TEXT_START_SYMBOLS}}
*(.text .stub${RELOCATING+ .text.* .gnu.linkonce.t.*})
- KEEP (*(.text.*personality*))
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
${RELOCATING+${OTHER_TEXT_SECTIONS}}
@@ -360,7 +359,6 @@ cat <<EOF
{
${RELOCATING+${DATA_START_SYMBOLS}}
*(.data${RELOCATING+ .data.* .gnu.linkonce.d.*})
- KEEP (*(.gnu.linkonce.d.*personality*))
${CONSTRUCTING+SORT(CONSTRUCTORS)}
}
.data1 ${RELOCATING-0} : { *(.data1) }