diff options
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r-- | bfd/libaout.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h index 6b326939b22..79f540221ef 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -590,6 +590,12 @@ extern bfd_boolean NAME (aout, final_link) extern bfd_boolean NAME (aout, bfd_free_cached_info) (bfd *); +#define aout_32_find_inliner_info _bfd_nosymbols_find_inliner_info +#if 0 /* Are these needed? */ +#define aout_16_find_inliner_info _bfd_nosymbols_find_inliner_info +#define aout_64_find_inliner_info _bfd_nosymbols_find_inliner_info +#endif + /* A.out uses the generic versions of these routines... */ #define aout_16_get_section_contents _bfd_generic_get_section_contents |