* libbfd-in.h (generic_link_hash_newfunc): Add declaration.
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index e703167ce621da6137c2eb159032de16ccb6d16a..0a7c730729e505b9b7d77293010ecd9271ec9736 100644 (file)
@@ -3530,7 +3530,9 @@ dummy_reloc16_extra_cases (abfd, link_info, link_order, reloc, data, src_ptr,
 #endif
 #else /* ! defined (coff_relocate_section) */
 #define coff_relocate_section NULL
+#ifndef coff_bfd_link_hash_table_create
 #define coff_bfd_link_hash_table_create _bfd_generic_link_hash_table_create
+#endif
 #ifndef coff_bfd_link_add_symbols
 #define coff_bfd_link_add_symbols _bfd_generic_link_add_symbols
 #endif
This page took 0.027148 seconds and 4 git commands to generate.