X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Faout-target.h;h=913339f39d9d057274f5cbc9e52bb019d6ce379b;hb=3c9458e9534287bda2ab643e6c39b0008595a493;hp=a1697043550357365d9d785daa5c015e63fffab1;hpb=d2b2c203e1ff2daf8cfeab0906084f9389e66246;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/aout-target.h b/bfd/aout-target.h index a169704355..913339f39d 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -579,6 +579,10 @@ MY_bfd_final_link (abfd, info) #define MY_bfd_is_local_label_name bfd_generic_is_local_label_name #endif +#ifndef MY_bfd_is_target_special_symbol +#define MY_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) +#endif + #ifndef MY_bfd_free_cached_info #define MY_bfd_free_cached_info NAME(aout,bfd_free_cached_info) #endif