From 51db370890a1d637175ce846053ca32e3e5a519e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 8 Dec 2000 22:50:07 +0000 Subject: Generalize DWARF2 and COFF support. --- bfd/elf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bfd/elf.c') diff --git a/bfd/elf.c b/bfd/elf.c index 2f81105..85665d3 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -5003,7 +5003,8 @@ _bfd_elf_find_nearest_line (abfd, if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset, filename_ptr, functionname_ptr, - line_ptr, 0)) + line_ptr, 0, + &elf_tdata (abfd)->dwarf2_find_line_info)) return true; if (! _bfd_stab_section_find_nearest_line (abfd, symbols, section, offset, -- cgit v1.1