Pass dwarf2_find_line_info as last parameter to invocation of
[deliverable/binutils-gdb.git] / bfd / elf32-mips.c
index 9af14d645d63b59d2e2982a1c65ed70df2780ad1..dd3ee184d625a7680c6376e502ad16476ecbc244 100644 (file)
@@ -3736,7 +3736,8 @@ _bfd_mips_elf_find_nearest_line (abfd, section, symbols, offset, filename_ptr,
   if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
                                     filename_ptr, functionname_ptr,
                                     line_ptr,
-                                    ABI_64_P (abfd) ? 8 : 0, NULL))
+                                    ABI_64_P (abfd) ? 8 : 0,
+                                    &elf_tdata (abfd)->dwarf2_find_line_info))
     return true;
 
   msec = bfd_get_section_by_name (abfd, ".mdebug");
This page took 0.025013 seconds and 4 git commands to generate.