* dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending

a psymtab.
This commit is contained in:
Pedro Alves
2009-06-29 16:48:15 +00:00
parent 6bc80edc98
commit 578933abf5
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-06-29 Pedro Alves <pedro@codesourcery.com>
* dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending
a psymtab.
2009-06-29 Tom Tromey <tromey@redhat.com>
* README: Mention parallel check.

View File

@ -1384,6 +1384,7 @@ read_dbx_symtab (struct objfile *objfile)
pst = (struct partial_symtab *) 0;
includes_used = 0;
dependencies_used = 0;
has_line_numbers = 0;
}
else
past_first_source_file = 1;
@ -1508,6 +1509,7 @@ read_dbx_symtab (struct objfile *objfile)
pst = (struct partial_symtab *) 0;
includes_used = 0;
dependencies_used = 0;
has_line_numbers = 0;
}
}
@ -2107,6 +2109,7 @@ pos %d"),
pst = (struct partial_symtab *) 0;
includes_used = 0;
dependencies_used = 0;
has_line_numbers = 0;
}
continue;