diff options
Diffstat (limited to 'bfd/aout-target.h')
-rw-r--r-- | bfd/aout-target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h index bce90f1..1b8c2f1 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -475,6 +475,9 @@ MY_bfd_final_link (bfd *abfd, struct bfd_link_info *info) #ifndef MY_find_nearest_line #define MY_find_nearest_line NAME (aout, find_nearest_line) #endif +#ifndef MY_find_nearest_line_with_alt +#define MY_find_nearest_line_with_alt _bfd_nosymbols_find_nearest_line_with_alt +#endif #ifndef MY_find_line #define MY_find_line _bfd_nosymbols_find_line #endif |