* 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:
Ian Lance Taylor 1997-02-28 04:10:14 +00:00
parent c1fc093571
commit 551f302cc8

View file

@ -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