From 0d571602cae73fe974dd08e88bb2de3d4ef53095 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 30 Aug 1999 21:30:36 +0000 Subject: * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow both R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the tools were configured. * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare. --- bfd/ChangeLog | 7 +++++++ bfd/elf-hppa.h | 6 +++++- bfd/elf32-hppa.h | 3 +++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b4f9226b4f..b18653c6cb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 30 15:26:48 1999 Jeffrey A Law (law@cygnus.com) + + * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow both + R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the + tools were configured. + * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare. + 1999-08-26 Mark Mitchell * elf32-mips.c (_bfd_mips_elf_check_relocs): Don't allocate local diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index f3099b8f8c..44d4f51126 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -335,7 +335,11 @@ _bfd_elf_hppa_gen_reloc_type (abfd, base_type, format, field, ignore, sym) for PA ELF. */ switch (base_type) { - case R_HPPA: + /* We have been using generic relocation types. However, that may not + really make sense. Anyway, we need to support both R_PARISC_DIR64 + and R_PARISC_DIR32 here. */ + case R_PARISC_DIR32: + case R_PARISC_DIR64: case R_HPPA_ABS_CALL: switch (format) { diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h index 2d99aa8f33..dfd8444960 100644 --- a/bfd/elf32-hppa.h +++ b/bfd/elf32-hppa.h @@ -41,6 +41,9 @@ boolean elf32_hppa_size_stubs boolean elf32_hppa_build_stubs PARAMS ((bfd *, struct bfd_link_info *)); +extern void ** _bfd_elf32_hppa_gen_reloc_type + PARAMS ((bfd *, int, int, int, int, asymbol *)); + /* Define groups of basic relocations. FIXME: These should be the only basic relocations created by GAS. The rest should be internal to the BFD backend. -- cgit v1.2.1