diff options
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index 540ddf9..67fb136 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -364,6 +364,7 @@ extern bfd_boolean coff_find_nearest_line extern bfd_boolean coff_find_nearest_line_discriminator (bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *, unsigned int *); +#define coff_find_line _bfd_nosymbols_find_line struct dwarf_debug_section; extern bfd_boolean coff_find_nearest_line_with_names (bfd *, const struct dwarf_debug_section *, asection *, asymbol **, |