diff options
author | Doug Evans <xdje42@gmail.com> | 2015-10-26 20:24:16 -0700 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2015-10-26 20:24:16 -0700 |
commit | a04a15f586590f1969ab31478f0b04243f760769 (patch) | |
tree | f8a0439465f8d44a76efe104c81f5cd63be6b841 /gdb/symtab.h | |
parent | 321df0656c7557004a232b4ac3d8c354a59de364 (diff) | |
download | gdb-a04a15f586590f1969ab31478f0b04243f760769.zip gdb-a04a15f586590f1969ab31478f0b04243f760769.tar.gz gdb-a04a15f586590f1969ab31478f0b04243f760769.tar.bz2 |
symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
gdb/ChangeLog:
* symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index d3f6370..477befd 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -147,7 +147,7 @@ struct general_symbol_info ENUM_BITFIELD(language) language : LANGUAGE_BITS; - /* This is only used by Ada. If set, then the 'mangled_lang' field + /* This is only used by Ada. If set, then the 'demangled_name' field of language_specific is valid. Otherwise, the 'obstack' field is valid. */ unsigned int ada_mangled : 1; |