aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2001-01-16 23:44:26 +0000
committerJim Wilson <wilson@tuliptree.org>2001-01-16 23:44:26 +0000
commit6be0ca9435e428a36715dcae17ac27c8f06a65e8 (patch)
tree151bf16f0b925c4205e71e7376036977b6969286 /ld/emulparams
parentf726e849684de447d15e8b31045f965de2f6dfb8 (diff)
downloadgdb-6be0ca9435e428a36715dcae17ac27c8f06a65e8.zip
gdb-6be0ca9435e428a36715dcae17ac27c8f06a65e8.tar.gz
gdb-6be0ca9435e428a36715dcae17ac27c8f06a65e8.tar.bz2
Fix gp overflow problem with Intel compiler.
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind and IA_64.unwind.info.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf64_ia64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/elf64_ia64.sh b/ld/emulparams/elf64_ia64.sh
index b3d393d..65f305d 100644
--- a/ld/emulparams/elf64_ia64.sh
+++ b/ld/emulparams/elf64_ia64.sh
@@ -13,4 +13,4 @@ NOP=0x00300000010070000002000001000400 # a bundle full of nops
OTHER_GOT_SYMBOLS='. = ALIGN (8); PROVIDE (__gp = . + 0x200000);'
OTHER_GOT_SECTIONS='.IA_64.pltoff : { *(.IA_64.pltoff) }'
OTHER_PLT_RELOC_SECTIONS='.rela.IA_64.pltoff : { *(.rela.IA_64.pltoff) }'
-OTHER_READONLY_SECTIONS='.opd : { *(.opd) }'
+OTHER_READONLY_SECTIONS='.opd : { *(.opd) } .IA_64.unwind : { *(.IA_64.unwind) } .IA_64.unwind.info : { *(.IA_64.unwind.info) }'