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/bfd-in2.h | |
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/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 724fa25..c20f8b0 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2672,6 +2672,8 @@ this offset in the reloc's section offset. */ BFD_RELOC_IA64_PCREL64LSB, BFD_RELOC_IA64_LTOFF_FPTR22, BFD_RELOC_IA64_LTOFF_FPTR64I, + BFD_RELOC_IA64_LTOFF_FPTR32MSB, + BFD_RELOC_IA64_LTOFF_FPTR32LSB, BFD_RELOC_IA64_LTOFF_FPTR64MSB, BFD_RELOC_IA64_LTOFF_FPTR64LSB, BFD_RELOC_IA64_SEGREL32MSB, |