From: Kai Tietz Date: Sat, 27 Jun 2009 08:57:08 +0000 (+0000) Subject: 2009-06-27 Kai Tietz X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=224180050f33e60feca36986cf2c843154b88138;p=binutils-gdb.git 2009-06-27 Kai Tietz * scripttempl/pe.sc (.debug_pubtypes): Fixed syntax error. * scripttempl/pep.sc (.debug_pubtypes): Likewise. --- diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index fe121e55da0..d49d2a0ef6d 100644 --- a/ld/scripttempl/pe.sc +++ b/ld/scripttempl/pe.sc @@ -213,7 +213,7 @@ SECTIONS *(.debug_pubnames) } - .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} + .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : { *(.debug_pubtypes) } diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc index 95e99eea5be..47d644af7f6 100644 --- a/ld/scripttempl/pep.sc +++ b/ld/scripttempl/pep.sc @@ -214,7 +214,7 @@ SECTIONS *(.debug_pubnames) } - .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} + .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : { *(.debug_pubtypes) }