summaryrefslogtreecommitdiff
path: root/ld/scripttempl/pep.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/pep.sc')
-rw-r--r--ld/scripttempl/pep.sc5
1 files changed, 2 insertions, 3 deletions
diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc
index b2113fe227..60515ef9f1 100644
--- a/ld/scripttempl/pep.sc
+++ b/ld/scripttempl/pep.sc
@@ -73,7 +73,6 @@ SECTIONS
*(.text)
${R_TEXT}
${RELOCATING+ *(.text.*)}
- ${RELOCATING+ *(.gnu.linkonce.t.*)}
*(.glue_7t)
*(.glue_7)
${CONSTRUCTING+. = ALIGN(8);}
@@ -245,7 +244,7 @@ SECTIONS
/* DWARF 2. */
.debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
{
- *(.debug_info${RELOCATING+ .gnu.linkonce.wi.*})
+ *(.debug_info) *(.gnu.linkonce.wi.*)
}
.debug_abbrev ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
@@ -313,7 +312,7 @@ SECTIONS
/* DWARF 4. */
.debug_types ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
{
- *(.debug_types${RELOCATING+ .gnu.linkonce.wt.*})
+ *(.debug_types) *(.gnu.linkonce.wt.*)
}
}
EOF