gdb/ChangeLog:
* symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
+2015-10-26 Doug Evans <xdje42@gmail.com>
+
+ * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
+
2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
* target.c (memory_xfer_partial): Change type of buf to gdb_byte
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;