summaryrefslogtreecommitdiff
path: root/bfd/elf64-hppa.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-02-12 11:08:27 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-02-12 11:08:27 +0000
commitcdce97f394aba73864f45e50c4cba1dd58ce51c2 (patch)
treee00002bf340c7434a12ec9c91a0e52923f14939c /bfd/elf64-hppa.h
parent14afb9c181641fa4ce1e6d0880465062e2fa3946 (diff)
downloadbinutils-redhat-cdce97f394aba73864f45e50c4cba1dd58ce51c2.tar.gz
* elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
from _bfd_elf_hppa_gen_reloc_type. (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype. * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype. * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h. * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
Diffstat (limited to 'bfd/elf64-hppa.h')
-rw-r--r--bfd/elf64-hppa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf64-hppa.h b/bfd/elf64-hppa.h
index b5dc5d4b78..21c648d59e 100644
--- a/bfd/elf64-hppa.h
+++ b/bfd/elf64-hppa.h
@@ -25,6 +25,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "libhppa.h"
#include "elf/hppa.h"
+elf_hppa_reloc_type elf64_hppa_reloc_final_type
+ PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int));
+
extern elf_hppa_reloc_type ** _bfd_elf64_hppa_gen_reloc_type
PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int, int, asymbol *));