Approved by nickc@redhat.com
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 8c6ca924cd929f199cf046817f4f500e31492026..f62411b7f27ff12c962d2b5bdde238da37306311 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1161,6 +1161,10 @@ DESCRIPTION
 .       BFD_SEND (abfd, _bfd_find_nearest_line, \
 .                 (abfd, sec, syms, off, file, func, line))
 .
+.#define bfd_find_inliner_info(abfd, file, func, line) \
+.       BFD_SEND (abfd, _bfd_find_inliner_info, \
+.                 (abfd, file, func, line))
+.
 .#define bfd_debug_info_start(abfd) \
 .       BFD_SEND (abfd, _bfd_debug_info_start, (abfd))
 .
This page took 0.025551 seconds and 4 git commands to generate.