binutils ChangeLog:
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index 35da7c9054d1d9e2e3cee0fc68e0a35b9467bc2d..d50744695fd4e5bf2153486de17a098f6d306866 100644 (file)
@@ -5511,6 +5511,10 @@ static const bfd_coff_backend_data ticoff1_swap_table =
 #define coff_bfd_copy_private_symbol_data   _bfd_generic_bfd_copy_private_symbol_data
 #endif
 
+#ifndef coff_bfd_copy_private_header_data
+#define coff_bfd_copy_private_header_data   _bfd_generic_bfd_copy_private_header_data
+#endif
+
 #ifndef coff_bfd_copy_private_section_data
 #define coff_bfd_copy_private_section_data  _bfd_generic_bfd_copy_private_section_data
 #endif
This page took 0.023226 seconds and 4 git commands to generate.