diff options
author | Jeff Law <law@redhat.com> | 1999-08-30 21:57:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-08-30 21:57:08 +0000 |
commit | 735c91d81101609becb6d4ddf229eeea6be640a1 (patch) | |
tree | 382fb553b34c6d1ce6a898c56d32f38e6e72fd95 /bfd/elf32-hppa.h | |
parent | 0d571602cae73fe974dd08e88bb2de3d4ef53095 (diff) | |
download | fsf-binutils-gdb-735c91d81101609becb6d4ddf229eeea6be640a1.zip fsf-binutils-gdb-735c91d81101609becb6d4ddf229eeea6be640a1.tar.gz fsf-binutils-gdb-735c91d81101609becb6d4ddf229eeea6be640a1.tar.bz2 |
Check in correct version of previous patch.
Diffstat (limited to 'bfd/elf32-hppa.h')
-rw-r--r-- | bfd/elf32-hppa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h index dfd8444..915fc13 100644 --- a/bfd/elf32-hppa.h +++ b/bfd/elf32-hppa.h @@ -41,8 +41,8 @@ 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 *)); +extern elf_hppa_reloc_type ** _bfd_elf32_hppa_gen_reloc_type + PARAMS ((bfd *, elf_hppa_reloc_type, int, int, int, asymbol *)); /* Define groups of basic relocations. FIXME: These should be the only basic relocations created by GAS. The rest |