diff options
Diffstat (limited to 'bfd/aout-target.h')
-rw-r--r-- | bfd/aout-target.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h index a169704..913339f 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 |