* coffcode.h (coff_bfd_is_local_label_name): Define as
_bfd_coff_is_local_label_name if not already defined. * coffgen.c (_bfd_coff_is_local_label_name): New function. * libcoff-in.h (_bfd_coff_is_local_label_name): Declare. * libcoff.h: Rebuild.
This commit is contained in:
parent
c1fc093571
commit
551f302cc8
1 changed files with 1 additions and 1 deletions
|
@ -3905,7 +3905,7 @@ static CONST bfd_coff_backend_data bfd_coff_std_swap_table =
|
|||
#endif
|
||||
|
||||
#ifndef coff_bfd_is_local_label_name
|
||||
#define coff_bfd_is_local_label_name bfd_generic_is_local_label_name
|
||||
#define coff_bfd_is_local_label_name _bfd_coff_is_local_label_name
|
||||
#endif
|
||||
#ifndef coff_read_minisymbols
|
||||
#define coff_read_minisymbols _bfd_generic_read_minisymbols
|
||||
|
|
Loading…
Add table
Reference in a new issue