mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* 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:
@ -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,
|
||||
|
Reference in New Issue
Block a user