mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 13:53:45 +08:00
Rename cplus_specific mangled_lang.
2010-07-16 Sami Wagiaalla <swagiaal@redhat.com> * symtab.h: Renamed cplus_specific to mangled_lang. * symtab.c (symbol_init_language_specific): Updated. (symbol_set_names): Updated. (symbol_natural_name): Updated. (symbol_demangled_name): Updated. * ada-lang.c (ada_decode_symbol): Updated. * dwarf2read.c (new_symbol): Updated.
This commit is contained in:
@ -124,12 +124,13 @@ struct general_symbol_info
|
||||
|
||||
union
|
||||
{
|
||||
struct cplus_specific
|
||||
/* This is used by languages which wish to store a demangled name.
|
||||
currently used by Ada, Java, and Objective C.*/
|
||||
struct mangled_lang
|
||||
{
|
||||
/* This is in fact used for C++, Java, and Objective C. */
|
||||
char *demangled_name;
|
||||
}
|
||||
cplus_specific;
|
||||
mangled_lang;
|
||||
}
|
||||
language_specific;
|
||||
|
||||
|
Reference in New Issue
Block a user