mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-14 12:28:37 +08:00
* symfile.c (reread_symbols): Clear sym_private.
This commit is contained in:
@ -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>
|
2003-06-17 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* trad-frame.h (struct frame_info): Add opaque declaration.
|
* trad-frame.h (struct frame_info): Add opaque declaration.
|
||||||
|
@ -1967,6 +1967,7 @@ reread_symbols (void)
|
|||||||
objfile->psymtabs = NULL;
|
objfile->psymtabs = NULL;
|
||||||
objfile->free_psymtabs = NULL;
|
objfile->free_psymtabs = NULL;
|
||||||
objfile->msymbols = NULL;
|
objfile->msymbols = NULL;
|
||||||
|
objfile->sym_private = NULL;
|
||||||
objfile->minimal_symbol_count = 0;
|
objfile->minimal_symbol_count = 0;
|
||||||
memset (&objfile->msymbol_hash, 0,
|
memset (&objfile->msymbol_hash, 0,
|
||||||
sizeof (objfile->msymbol_hash));
|
sizeof (objfile->msymbol_hash));
|
||||||
|
Reference in New Issue
Block a user