diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-14 10:01:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-14 10:01:29 +0000 |
commit | 1725a96ea642a50fd931aae33a31e65b38c27f99 (patch) | |
tree | 06d0afb3d2446cc7fdaf00fcd23dea3bf0911769 /bfd/aoutx.h | |
parent | cde43e70f18662e9b770637f767e9e8bc6f0c746 (diff) | |
download | gdb-1725a96ea642a50fd931aae33a31e65b38c27f99.zip gdb-1725a96ea642a50fd931aae33a31e65b38c27f99.tar.gz gdb-1725a96ea642a50fd931aae33a31e65b38c27f99.tar.bz2 |
Add missing protypes
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 6119564..e9c1d2f 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -139,6 +139,7 @@ static boolean translate_to_native_sym_flags static void adjust_o_magic PARAMS ((bfd *, struct internal_exec *)); static void adjust_z_magic PARAMS ((bfd *, struct internal_exec *)); static void adjust_n_magic PARAMS ((bfd *, struct internal_exec *)); +reloc_howto_type * NAME(aout,reloc_type_lookup) PARAMS ((bfd *, bfd_reloc_code_real_type)); /* SUBSECTION @@ -2553,7 +2554,7 @@ NAME(aout,get_symtab_upper_bound) (abfd) return (bfd_get_symcount (abfd)+1) * (sizeof (aout_symbol_type *)); } - alent * +alent * NAME(aout,get_lineno) (ignore_abfd, ignore_symbol) bfd *ignore_abfd ATTRIBUTE_UNUSED; asymbol *ignore_symbol ATTRIBUTE_UNUSED; |