forked from Imagelibrary/binutils-gdb
2004-02-17 Elena Zannoni <ezannoni@redhat.com>
* objfiles.c (terminate_minimal_symbol_table): Add back initialization of MSYMBOL_TYPE.
This commit is contained in:
@@ -283,6 +283,8 @@ terminate_minimal_symbol_table (struct objfile *objfile)
|
||||
= &objfile->msymbols[objfile->minimal_symbol_count];
|
||||
|
||||
memset (m, 0, sizeof (*m));
|
||||
/* Don't rely on these enumeration values being 0's. */
|
||||
MSYMBOL_TYPE (m) = mst_unknown;
|
||||
SYMBOL_INIT_LANGUAGE_SPECIFIC (m, language_unknown);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user