aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/mep.sc
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2007-12-15 09:43:40 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2007-12-15 09:43:40 +0000
commit53ccb772509c2c46d61f85a425e9da1449b18d2b (patch)
tree49af51e749073d321403dd299ede687cc5a6b0a6 /ld/scripttempl/mep.sc
parentfc802241f3609e0bda5f9bc0922880b8c092a114 (diff)
downloadgdb-53ccb772509c2c46d61f85a425e9da1449b18d2b.zip
gdb-53ccb772509c2c46d61f85a425e9da1449b18d2b.tar.gz
gdb-53ccb772509c2c46d61f85a425e9da1449b18d2b.tar.bz2
ld/
* scripttempl/armbpabi.sc (.text): Don't KEEP (*(.text.*personality*)). (.data): Don't KEEP (*(.gnu.linkonce.d.*personality*)). * scripttempl/elf.sc: As for armbpabi.sc. * scripttempl/elfxtensa.sc: Likewise. * scripttempl/mep.sc: Likewise.
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) }