aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-08 22:50:07 +0000
committerNick Clifton <nickc@redhat.com>2000-12-08 22:50:07 +0000
commit51db370890a1d637175ce846053ca32e3e5a519e (patch)
tree458fd7fb2d8e363e6f2067212d3686db60fccf71 /bfd/elf.c
parent88496bb5c69c7702ab2016f0d1997caf1042cbdb (diff)
downloadgdb-51db370890a1d637175ce846053ca32e3e5a519e.zip
gdb-51db370890a1d637175ce846053ca32e3e5a519e.tar.gz
gdb-51db370890a1d637175ce846053ca32e3e5a519e.tar.bz2
Generalize DWARF2 and COFF support.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c3
1 files changed, 2 insertions, 1 deletions
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,