Move current_subfile to buildsym_compunit
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index 8b1db999773d7fe32785890db5f52e8ff650035b..a22cf84aa3609e60c907e064e7e18f4fb78a5615 100644 (file)
@@ -4056,7 +4056,7 @@ psymtab_to_symtab_1 (struct objfile *objfile,
                  /* Handle encoded stab line number.  */
                  valu += ANOFFSET (section_offsets,
                                    SECT_OFF_TEXT (objfile));
-                 record_line (current_subfile, sh.index,
+                 record_line (get_current_subfile (), sh.index,
                               gdbarch_addr_bits_remove (gdbarch, valu));
                }
            }
This page took 0.0242289999999999 seconds and 4 git commands to generate.