diff options
Diffstat (limited to 'bfd/mach-o.c')
-rw-r--r-- | bfd/mach-o.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/mach-o.c b/bfd/mach-o.c index e0a6fa4..df15312 100644 --- a/bfd/mach-o.c +++ b/bfd/mach-o.c @@ -72,6 +72,7 @@ #define bfd_mach_o_bfd_is_group_section bfd_generic_is_group_section #define bfd_mach_o_bfd_discard_group bfd_generic_discard_group #define bfd_mach_o_section_already_linked _bfd_generic_section_already_linked +#define bfd_mach_o_bfd_define_common_symbol bfd_generic_define_common_symbol #define bfd_mach_o_bfd_copy_private_header_data _bfd_generic_bfd_copy_private_header_data #define bfd_mach_o_core_file_matches_executable_p generic_core_file_matches_executable_p |