From 3c9458e9534287bda2ab643e6c39b0008595a493 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 8 Oct 2004 14:54:04 +0000 Subject: Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nm and objdump to skip the displaying of ARM Mapping symbols unless specifically requested. --- bfd/mach-o.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/mach-o.c') diff --git a/bfd/mach-o.c b/bfd/mach-o.c index c4c05ab..19a19d4 100644 --- a/bfd/mach-o.c +++ b/bfd/mach-o.c @@ -44,6 +44,8 @@ #define bfd_mach_o_new_section_hook _bfd_generic_new_section_hook #define bfd_mach_o_get_section_contents_in_window _bfd_generic_get_section_contents_in_window #define bfd_mach_o_bfd_is_local_label_name _bfd_nosymbols_bfd_is_local_label_name +#define bfd_mach_o_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) +#define bfd_mach_o_bfd_is_local_label_name _bfd_nosymbols_bfd_is_local_label_name #define bfd_mach_o_get_lineno _bfd_nosymbols_get_lineno #define bfd_mach_o_find_nearest_line _bfd_nosymbols_find_nearest_line #define bfd_mach_o_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol -- cgit v1.1