summaryrefslogtreecommitdiff
path: root/bfd/hp300hpux.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-27 10:35:20 +0000
committerNick Clifton <nickc@redhat.com>2001-08-27 10:35:20 +0000
commiteee163157d757e4541653751e19f50fc6c63102a (patch)
treeebefd7929dc862339d5aaff9cfdbe2a2c452a7ac /bfd/hp300hpux.c
parent9772701f1ac1fe814ced8e730d405c93ff4f9aa9 (diff)
downloadbinutils-redhat-eee163157d757e4541653751e19f50fc6c63102a.tar.gz
Add missing prototypes
Diffstat (limited to 'bfd/hp300hpux.c')
-rw-r--r--bfd/hp300hpux.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/bfd/hp300hpux.c b/bfd/hp300hpux.c
index f09da5e7f0..faed74e799 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