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/elfxx-target.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/elfxx-target.h') diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h index 18a8d0f5d6..81202f8cde 100644 --- a/bfd/elfxx-target.h +++ b/bfd/elfxx-target.h @@ -188,6 +188,10 @@ #ifndef bfd_elfNN_bfd_is_local_label_name #define bfd_elfNN_bfd_is_local_label_name _bfd_elf_is_local_label_name #endif +#ifndef bfd_elfNN_bfd_is_target_special_symbol +#define bfd_elfNN_bfd_is_target_special_symbol \ + ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) +#endif #ifndef bfd_elfNN_get_dynamic_reloc_upper_bound #define bfd_elfNN_get_dynamic_reloc_upper_bound \ -- cgit v1.2.1