* pef.c (bfd_pef_make_empty_symbol): Delete function. Define instead.

* xsym.c (bfd_sym_make_empty_symbol): Likewise.
	* xsym.h (bfd_sym_make_empty_symbol): Delete.
This commit is contained in:
Alan Modra
2006-11-22 03:33:51 +00:00
parent 4fe5ca5b13
commit 833fb04eb8
4 changed files with 8 additions and 12 deletions

View File

@ -987,11 +987,7 @@ bfd_pef_canonicalize_symtab (bfd *abfd, asymbol **alocation)
return ret;
}
static asymbol *
bfd_pef_make_empty_symbol (bfd *abfd)
{
return bfd_alloc (abfd, sizeof (asymbol));
}
#define bfd_pef_make_empty_symbol _bfd_generic_make_empty_symbol
static void
bfd_pef_get_symbol_info (bfd *abfd ATTRIBUTE_UNUSED,