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/tekhex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/tekhex.c') diff --git a/bfd/tekhex.c b/bfd/tekhex.c index a7a9254..df1dab5 100644 --- a/bfd/tekhex.c +++ b/bfd/tekhex.c @@ -989,6 +989,7 @@ tekhex_print_symbol (abfd, filep, symbol, how) #define tekhex_bfd_free_cached_info _bfd_generic_bfd_free_cached_info #define tekhex_new_section_hook _bfd_generic_new_section_hook +#define tekhex_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) #define tekhex_bfd_is_local_label_name bfd_generic_is_local_label_name #define tekhex_get_lineno _bfd_nosymbols_get_lineno #define tekhex_find_nearest_line _bfd_nosymbols_find_nearest_line -- cgit v1.1