From b138e9bffdf97f9c172c1138418c3670178d7c7b Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Fri, 15 Feb 2013 11:08:01 +0000 Subject: * scripttempl/pep.sc (.xdata): Merge .xdata* into .xdata section. (.pdata): Merge .pdata* into .pdata section. --- ld/ChangeLog | 5 +++++ ld/scripttempl/pep.sc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 60d7ea0..166015b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2013-02-15 Kai Tietz + + * scripttempl/pep.sc (.xdata): Merge .xdata* into .xdata section. + (.pdata): Merge .pdata* into .pdata section. + 2013-02-11 Alan Modra * ldlang.c (get_init_priority): Comment typo. diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc index 9e86a90..884baaf 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__)} : -- cgit v1.1