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 | e4b172749ce95c1a8523817682918a2e4977cf78 (patch) | |
tree | e555d2887ec92d081fe37312c4ef734e645c8491 /bfd/hp300hpux.c | |
parent | 25a1ff5b2d692cfdd93d0793d4c123e96d2a661d (diff) | |
download | gdb-e4b172749ce95c1a8523817682918a2e4977cf78.zip gdb-e4b172749ce95c1a8523817682918a2e4977cf78.tar.gz gdb-e4b172749ce95c1a8523817682918a2e4977cf78.tar.bz2 |
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 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 |