From e4b172749ce95c1a8523817682918a2e4977cf78 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 27 Aug 2001 10:35:20 +0000 Subject: Add missing prototypes --- bfd/hp300hpux.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'bfd/hp300hpux.c') diff --git a/bfd/hp300hpux.c b/bfd/hp300hpux.c index f09da5e..faed74e 100644 --- a/bfd/hp300hpux.c +++ b/bfd/hp300hpux.c @@ -20,7 +20,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* - hpux native ------------> | | | hp300hpux bfd | ----------> hpux w/gnu ext hpux w/gnu extension ----> | | @@ -191,6 +190,17 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "aoutx.h" +static const bfd_target * MY (callback) PARAMS ((bfd *)); +static boolean MY (write_object_contents) PARAMS ((bfd *)); +static void convert_sym_type PARAMS ((struct external_nlist *, aout_symbol_type *, bfd *)); + +boolean MY (slurp_symbol_table) PARAMS ((bfd *)); +void MY (swap_std_reloc_in) PARAMS ((bfd *, struct hp300hpux_reloc *, arelent *, asymbol **, bfd_size_type)); +boolean MY (slurp_reloc_table) PARAMS ((bfd *, sec_ptr, asymbol **)); +long MY (get_symtab) PARAMS ((bfd *, asymbol **)); +long MY (get_symtab_upper_bound) PARAMS ((bfd *)); +long MY (canonicalize_reloc) PARAMS ((bfd *, sec_ptr, arelent **, asymbol **)); + /* Since the hpux symbol table has nlist elements interspersed with strings and we need to insert som strings for secondary symbols, we give ourselves a little extra padding up front to account for -- cgit v1.1