diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2009-02-08 17:08:31 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2009-02-08 17:08:31 +0000 |
commit | 813c8a3ca48ab950edd71a2a406125f961c839bb (patch) | |
tree | 13edf7eec13bc3f724c3f3e4b9f5d84fa7363995 /bfd/elf64-hppa.h | |
parent | 5f2961a778fc2e241fbf7ebac05951d5c0e82f75 (diff) | |
download | gdb-813c8a3ca48ab950edd71a2a406125f961c839bb.zip gdb-813c8a3ca48ab950edd71a2a406125f961c839bb.tar.gz gdb-813c8a3ca48ab950edd71a2a406125f961c839bb.tar.bz2 |
* elf64-hppa.c: Remove PARAMS macro. Replace PTR with void *. Convert
functions to C90.
* elf64-hppa.h: Likewise.
Diffstat (limited to 'bfd/elf64-hppa.h')
-rw-r--r-- | bfd/elf64-hppa.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/elf64-hppa.h b/bfd/elf64-hppa.h index 1959c17..25f27b3 100644 --- a/bfd/elf64-hppa.h +++ b/bfd/elf64-hppa.h @@ -1,6 +1,6 @@ /* ELF64/HPPA support - Copyright 1999, 2000, 2002, 2007 Free Software Foundation, Inc. + Copyright 1999, 2000, 2002, 2007, 2009 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -26,11 +26,11 @@ #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 elf64_hppa_reloc_final_type + (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 *)); + (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 |