From 815d4a49c64b5cc83dd75a8f843cf6700a553b2a Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Sat, 27 Jun 2009 08:57:08 +0000 Subject: [PATCH] 2009-06-27 Kai Tietz * scripttempl/pe.sc (.debug_pubtypes): Fixed syntax error. * scripttempl/pep.sc (.debug_pubtypes): Likewise. --- ld/scripttempl/pe.sc | 2 +- ld/scripttempl/pep.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index fe121e55da..d49d2a0ef6 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 95e99eea5b..47d644af7f 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) } -- 2.11.0