diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-09 07:23:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-09 07:23:07 +0000 |
commit | edd21acadce8f7371b03653a60b6a01caaea87f4 (patch) | |
tree | a8de787fd14cbab7516c34817c3979e32a1fb118 /bfd/elf64-hppa.h | |
parent | 63ac3005ce93e195643a80fca2c051cbd08fc491 (diff) | |
download | gdb-edd21acadce8f7371b03653a60b6a01caaea87f4.zip gdb-edd21acadce8f7371b03653a60b6a01caaea87f4.tar.gz gdb-edd21acadce8f7371b03653a60b6a01caaea87f4.tar.bz2 |
Restore hppa-elf32 to working order.
Diffstat (limited to 'bfd/elf64-hppa.h')
-rw-r--r-- | bfd/elf64-hppa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-hppa.h b/bfd/elf64-hppa.h index 5098e0c..9c15e6a 100644 --- a/bfd/elf64-hppa.h +++ b/bfd/elf64-hppa.h @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "elf/hppa.h" extern elf_hppa_reloc_type ** _bfd_elf64_hppa_gen_reloc_type - PARAMS ((bfd *, elf_hppa_reloc_type, int, int, int, asymbol *)); + PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int, int, asymbol *)); /* Define groups of basic relocations. FIXME: These should be the only basic relocations created by GAS. The rest |