summaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-23 15:12:00 +0000
committerNick Clifton <nickc@redhat.com>2013-01-23 15:12:00 +0000
commit323ee075efbf95a33644b4805494d2ca9c1fc2e6 (patch)
tree1e0ceab3a3f7ffd2ba82e1e06fc8d7bcd15dcb9f /ld/scripttempl
parent123ca489fefc40fc0c43168a0f216b40d2189437 (diff)
downloadbinutils-redhat-323ee075efbf95a33644b4805494d2ca9c1fc2e6.tar.gz
PR ld/15041
* scripttempl/pep.sc (.pdata): Only accept .pdata sections. (.xdata): Similarly. (.debug_frame): Similarly.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/pep.sc8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc
index 799d84448f..9e86a90440 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__)} :
@@ -290,11 +290,11 @@ SECTIONS
.debug_frame ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
{
- *(.debug_frame*)
+ *(.debug_frame)
}
.zdebug_frame ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
{
- *(.zdebug_frame*)
+ *(.zdebug_frame)
}
.debug_str ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :