* symfile.c (reread_symbols): Clear sym_private.
This commit is contained in:
parent
2cdf3c631a
commit
29239a8f68
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-06-17 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* symfile.c (reread_symbols): Clear sym_private.
|
||||
|
||||
2003-06-17 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* trad-frame.h (struct frame_info): Add opaque declaration.
|
||||
|
|
|
@ -1967,6 +1967,7 @@ reread_symbols (void)
|
|||
objfile->psymtabs = NULL;
|
||||
objfile->free_psymtabs = NULL;
|
||||
objfile->msymbols = NULL;
|
||||
objfile->sym_private = NULL;
|
||||
objfile->minimal_symbol_count = 0;
|
||||
memset (&objfile->msymbol_hash, 0,
|
||||
sizeof (objfile->msymbol_hash));
|
||||
|
|
Loading…
Add table
Reference in a new issue