Rewrite __start and __stop symbol handling
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index f9d3978b2d55a82963a1d8c6bc381a474df66190..3331f4cc51cb5f22e8d4ebe61bd1d21d1d46397b 100644 (file)
@@ -6061,6 +6061,10 @@ static bfd_coff_backend_data bigobj_swap_table =
 #define coff_bfd_define_common_symbol      bfd_generic_define_common_symbol
 #endif
 
+#ifndef coff_bfd_define_start_stop
+#define coff_bfd_define_start_stop         bfd_generic_define_start_stop
+#endif
+
 #define CREATE_BIG_COFF_TARGET_VEC(VAR, NAME, EXTRA_O_FLAGS, EXTRA_S_FLAGS, UNDER, ALTERNATIVE, SWAP_TABLE)    \
 const bfd_target VAR =                                                 \
 {                                                                      \
This page took 0.025171 seconds and 4 git commands to generate.