mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending
a psymtab.
This commit is contained in:
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user