summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2004-01-23 17:56:46 +0000
committerDavid Carlton <carlton@bactrian.org>2004-01-23 17:56:46 +0000
commitb35e18dd104bfa76ce1074cf213df2a4763593a7 (patch)
tree870f1f7021ca2a5df01a36e13bad327887fb1f09 /gdb/symfile.c
parentadbcd38745e1bccb069592057134c7fea5173219 (diff)
downloadgdb-b35e18dd104bfa76ce1074cf213df2a4763593a7.tar.gz
2004-01-23 David Carlton <carlton@kealia.com>
* symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab. Fix for PR symtab/1534.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index 97800c83061..076fc456d18 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -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;