* mipsread.c: Pass NULL name pointer to init_type, not 0.

* gdbtypes.c (init_type):  Use copy of typename on type_obstack.
	* dwarfread.c (enum_type):  Save enum names on type_obstack.
	* dwarfread.c (struct_type):  Save member name on type_obstack.
	* symtab.c (_initialize_symtab):  Fix misspelling.
	* regex.c (store_jump, insert_jump):  Return void.
This commit is contained in:
Fred Fish
1992-06-25 19:10:49 +00:00
parent 65967d33ed
commit 50e0dc4198
6 changed files with 41 additions and 18 deletions

View File

@@ -2782,7 +2782,7 @@ _initialize_symtab ()
#if 0
add_info ("methods", methods_info,
"All method names, or those matching REGEXP::REGEXP.\n\
If the class qualifier is ommited, it is assumed to be the current scope.\n\
If the class qualifier is omitted, it is assumed to be the current scope.\n\
If the first REGEXP is omitted, then all methods matching the second REGEXP\n\
are listed.");
#endif