summaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/pep.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc
index 9e86a90440..884baaf2fd 100644
--- a/ld/scripttempl/pep.sc
+++ b/ld/scripttempl/pep.sc
@@ -127,12 +127,12 @@ SECTIONS
.pdata ${RELOCATING+BLOCK(__section_alignment__)} :
{
- *(.pdata)
+ *(.pdata*)
}
.xdata ${RELOCATING+BLOCK(__section_alignment__)} :
{
- *(.xdata)
+ *(.xdata*)
}
.bss ${RELOCATING+BLOCK(__section_alignment__)} :