]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/targets.c
bfd: Add bfd_find_nearest_line_with_alt
[thirdparty/binutils-gdb.git] / bfd / targets.c
index 8ad3ef366cea6bca67f41a69d46dcb4496827861..1ec8acdb03ff53d0797131cdba6c49b16856f77a 100644 (file)
@@ -377,6 +377,7 @@ BFD_JUMP_TABLE macros.
 .  NAME##_bfd_is_target_special_symbol, \
 .  NAME##_get_lineno, \
 .  NAME##_find_nearest_line, \
+.  NAME##_find_nearest_line_with_alt, \
 .  NAME##_find_line, \
 .  NAME##_find_inliner_info, \
 .  NAME##_bfd_make_debug_symbol, \
@@ -407,6 +408,11 @@ BFD_JUMP_TABLE macros.
 .                                 struct bfd_section *, bfd_vma,
 .                                 const char **, const char **,
 .                                 unsigned int *, unsigned int *);
+.  bool (*_bfd_find_nearest_line_with_alt) (bfd *, const char *,
+.                                          struct bfd_symbol **,
+.                                          struct bfd_section *, bfd_vma,
+.                                          const char **, const char **,
+.                                          unsigned int *, unsigned int *);
 .  bool (*_bfd_find_line) (bfd *, struct bfd_symbol **,
 .                         struct bfd_symbol *, const char **,
 .                         unsigned int *);