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:
parent
321df0656c
commit
a04a15f586
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user