symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.

gdb/ChangeLog:

	* symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
This commit is contained in:
Doug Evans 2015-10-26 20:24:16 -07:00
parent 321df0656c
commit a04a15f586
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;