* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
.IA64_unwind* in a relocatable link.
This commit is contained in:
parent
9a66911f91
commit
997e08c061
@ -1,3 +1,8 @@
|
||||
2002-02-20 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
|
||||
.IA64_unwind* in a relocatable link.
|
||||
|
||||
2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* NEWS: Mark 2.12 branch.
|
||||
|
@ -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.*}) }"
|
||||
|
Loading…
Reference in New Issue
Block a user