From 323ee075efbf95a33644b4805494d2ca9c1fc2e6 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 23 Jan 2013 15:12:00 +0000 Subject: PR ld/15041 * scripttempl/pep.sc (.pdata): Only accept .pdata sections. (.xdata): Similarly. (.debug_frame): Similarly. --- ld/scripttempl/pep.sc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ld/scripttempl') 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)} : -- cgit v1.2.1