mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user