diff options
author | Richard Henderson <rth@redhat.com> | 2001-02-13 23:07:54 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-02-13 23:07:54 +0000 |
commit | 30c3c13a9263aa49b6075d22f1e0bfc40786ff10 (patch) | |
tree | 202bdeed74f3fe00d40caddb95979db3a1838b18 /ld | |
parent | 9e798668bbffe8637a7d75af1a9d4fd04bdac7e7 (diff) | |
download | gdb-30c3c13a9263aa49b6075d22f1e0bfc40786ff10.zip gdb-30c3c13a9263aa49b6075d22f1e0bfc40786ff10.tar.gz gdb-30c3c13a9263aa49b6075d22f1e0bfc40786ff10.tar.bz2 |
* emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emulparams/elf64_ia64.sh | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f592287..6a31687 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-02-13 Richard Henderson <rth@redhat.com> + + * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove. + 2001-02-13 H.J. Lu <hjl@gnu.org> * ldexp.h (node_type): Add etree_provided. diff --git a/ld/emulparams/elf64_ia64.sh b/ld/emulparams/elf64_ia64.sh index 263a732..fff5992 100644 --- a/ld/emulparams/elf64_ia64.sh +++ b/ld/emulparams/elf64_ia64.sh @@ -10,7 +10,6 @@ TEXT_START_ADDR="0x4000000000000000" DATA_ADDR="0x6000000000000000 + (. & (${MAXPAGESIZE} - 1))" GENERATE_SHLIB_SCRIPT=yes 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) } .IA_64.unwind_info : { *(.IA_64.unwind_info*) } .IA_64.unwind : { *(.IA_64.unwind*) }' |