diff options
author | Jim Wilson <wilson@tuliptree.org> | 2001-07-12 01:24:14 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2001-07-12 01:24:14 +0000 |
commit | a4bd839069db2337a6d8e219782aff38875699a7 (patch) | |
tree | 6002772e61e21a5e283ba44992371f5f0800c460 /bfd/ChangeLog | |
parent | b9a63bc005724c15598b6d4a9b4d53fee846c3ab (diff) | |
download | gdb-a4bd839069db2337a6d8e219782aff38875699a7.zip gdb-a4bd839069db2337a6d8e219782aff38875699a7.tar.gz gdb-a4bd839069db2337a6d8e219782aff38875699a7.tar.bz2 |
sje patch for 32-bit IA-64 ELF relocs for HPUX
* reloc.c (bfd_reloc_code_type): Add IA64 relocs
BFD_RELOC_IA64_LTOFF_FPTR32MSB and BFD_RELOC_IA64_LTOFF_FPTR32LSB
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
* elfxx-ia64.c (ia64_howto_table): Define how to handle
new relocations.
(elfNN_ia64_reloc_type_lookup): Handle new relocations.
(elfNN_ia64_check_relocs): Likewise.
(elfNN_ia64_install_value): Likewise.
(elfNN_ia64_relocate_section): Likewise.
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 6bc50e5..795d06e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2001-07-11 Steve Ellcey <sje@cup.hp.com> + + * reloc.c (bfd_reloc_code_type): Add IA64 relocs + BFD_RELOC_IA64_LTOFF_FPTR32MSB and BFD_RELOC_IA64_LTOFF_FPTR32LSB + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + * elfxx-ia64.c (ia64_howto_table): Define how to handle + new relocations. + (elfNN_ia64_reloc_type_lookup): Handle new relocations. + (elfNN_ia64_check_relocs): Likewise. + (elfNN_ia64_install_value): Likewise. + (elfNN_ia64_relocate_section): Likewise. + 2001-07-11 Jakub Jelinek <jakub@redhat.com> * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove support for |