bfd/
[deliverable/binutils-gdb.git] / bfd / libaout.h
index a76289548895ca8a044cc139cec5006cf3dc2070..ef9eae1a9d9d32832b3acdff925c315cceed7143 100644 (file)
@@ -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)                                           \
       {                                                                              \
This page took 0.023239 seconds and 4 git commands to generate.