2004-01-23 David Carlton <carlton@kealia.com>
* symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab. Fix for PR symtab/1534.
This commit is contained in:
parent
4f199be3eb
commit
a1b8c0673d
@ -1,3 +1,8 @@
|
||||
2004-01-23 David Carlton <carlton@kealia.com>
|
||||
|
||||
* symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
|
||||
Fix for PR symtab/1534.
|
||||
|
||||
2004-01-23 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* NEWS (New native configurations): Mention OpenBSD/sparc and
|
||||
|
@ -1918,6 +1918,7 @@ reread_symbols (void)
|
||||
objfile->symtabs = NULL;
|
||||
objfile->psymtabs = NULL;
|
||||
objfile->free_psymtabs = NULL;
|
||||
objfile->cp_namespace_symtab = NULL;
|
||||
objfile->msymbols = NULL;
|
||||
objfile->sym_private = NULL;
|
||||
objfile->minimal_symbol_count = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user