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