diff options
author | Richard Henderson <rth@redhat.com> | 2000-11-16 22:44:07 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2000-11-16 22:44:07 +0000 |
commit | 18b27f179ea729ce6031181ff03e78f07d087166 (patch) | |
tree | 451e11ff126a18adcf15be0ebd3856e03a032182 /bfd/ChangeLog | |
parent | 77e913df42910e83339ef3d70b8bed39fa4842ea (diff) | |
download | gdb-18b27f179ea729ce6031181ff03e78f07d087166.zip gdb-18b27f179ea729ce6031181ff03e78f07d087166.tar.gz gdb-18b27f179ea729ce6031181ff03e78f07d087166.tar.bz2 |
* elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
(allocate_dynrel_entries): Likewise.
(elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
(set_pltoff_entry): Likewise.
(ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
(elfNN_ia64_reloc_type_lookup): Likewise.
(elfNN_ia64_install_value): Likewise.
(elfNN_ia64_relocate_section): Likewise.
* reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
(BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d716856..1a011cf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2000-11-16 Richard Henderson <rth@redhat.com> + + * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs. + (allocate_dynrel_entries): Likewise. + (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly. + (set_pltoff_entry): Likewise. + (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB + (elfNN_ia64_reloc_type_lookup): Likewise. + (elfNN_ia64_install_value): Likewise. + (elfNN_ia64_relocate_section): Likewise. + * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove. + (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove. + 2000-11-16 Kazu Hirata <kazu@hxi.com> * cpu-a29k.c: Fix formatting. |