summaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-08-30 21:30:36 +0000
committerJeff Law <law@redhat.com>1999-08-30 21:30:36 +0000
commit08eeb9b79b6a1a604cd9e5e199ef33a32beae7b2 (patch)
treeabae4c0143db384717a05cdadd7b29046b6f1488 /bfd/elf32-hppa.h
parent71a9212ed2d607fdcb93108bcc6baeff2a09cff2 (diff)
downloadgdb-08eeb9b79b6a1a604cd9e5e199ef33a32beae7b2.tar.gz
* 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.
Diffstat (limited to 'bfd/elf32-hppa.h')
-rw-r--r--bfd/elf32-hppa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h
index 2d99aa8f337..dfd84449602 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.