From: Andreas Schwab Date: Wed, 20 Feb 2002 10:48:25 +0000 (+0000) Subject: * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold X-Git-Tag: gdb_5_2-2002-03-03-branchpoint~159 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=997e08c061e27929b3e1cb877068773119e5366d;p=external%2Fbinutils.git * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold .IA64_unwind* in a relocatable link. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e279022..84866b1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-02-20 Andreas Schwab + + * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold + .IA64_unwind* in a relocatable link. + 2002-02-20 Nick Clifton * NEWS: Mark 2.12 branch. diff --git a/ld/emulparams/elf64_ia64.sh b/ld/emulparams/elf64_ia64.sh index 4ff0ca9..76f35e4 100644 --- a/ld/emulparams/elf64_ia64.sh +++ b/ld/emulparams/elf64_ia64.sh @@ -21,5 +21,5 @@ OTHER_PLT_RELOC_SECTIONS=" .rela.IA_64.pltoff ${RELOCATING-0} : { *(.rela.IA_64.pltoff) }" OTHER_READONLY_SECTIONS=" .opd ${RELOCATING-0} : { *(.opd) } - .IA_64.unwind_info ${RELOCATING-0} : { *(.IA_64.unwind_info*${RELOCATING+ .gnu.linkonce.ia64unwi.*}) } - .IA_64.unwind ${RELOCATING-0} : { *(.IA_64.unwind*${RELOCATING+ .gnu.linkonce.ia64unw.*}) }" + .IA_64.unwind_info ${RELOCATING-0} : { *(.IA_64.unwind_info${RELOCATING+* .gnu.linkonce.ia64unwi.*}) } + .IA_64.unwind ${RELOCATING-0} : { *(.IA_64.unwind${RELOCATING+* .gnu.linkonce.ia64unw.*}) }"