diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-27 10:35:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-27 10:35:20 +0000 |
commit | cc0613ef35d8d0b9680c39802be5d93a9f9b7a98 (patch) | |
tree | 229069f9c2571e0379ccb7ea67917b0e3edf5a28 /bfd/hp300hpux.c | |
parent | 5eb081141c0955778f1173330ba897ccce967d82 (diff) | |
download | gdb-cc0613ef35d8d0b9680c39802be5d93a9f9b7a98.tar.gz |
Add missing prototypes
Diffstat (limited to 'bfd/hp300hpux.c')
-rw-r--r-- | bfd/hp300hpux.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/bfd/hp300hpux.c b/bfd/hp300hpux.c index f09da5e7f00..faed74e799f 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 |