aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2002-02-20 10:48:25 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2002-02-20 10:48:25 +0000
commit997e08c061e27929b3e1cb877068773119e5366d (patch)
treeda55b7595f78a2bca63578743da87149886cdca6 /ld/emulparams
parent9a66911f910925f37363a82cd4e514e33f78cc37 (diff)
downloadgdb-997e08c061e27929b3e1cb877068773119e5366d.zip
gdb-997e08c061e27929b3e1cb877068773119e5366d.tar.gz
gdb-997e08c061e27929b3e1cb877068773119e5366d.tar.bz2
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
.IA64_unwind* in a relocatable link.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf64_ia64.sh4
1 files changed, 2 insertions, 2 deletions
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.*}) }"