From 05f6efce298b4574ca838ee3d30ad7530b30370a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 8 Oct 2004 14:54:02 +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/libaout.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bfd/libaout.h') diff --git a/bfd/libaout.h b/bfd/libaout.h index a7628954889..ef9eae1a9d9 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -606,6 +606,11 @@ extern bfd_boolean NAME(aout,bfd_free_cached_info) #define aout_32_bfd_is_local_label_name bfd_generic_is_local_label_name #endif +#ifndef aout_32_bfd_is_target_special_symbol +#define aout_32_bfd_is_target_special_symbol \ + ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) +#endif + #ifndef WRITE_HEADERS #define WRITE_HEADERS(abfd, execp) \ { \ -- cgit v1.2.1