* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.

gdb/ChangeLog:

	* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
This commit is contained in:
Doug Evans 2015-04-28 21:23:24 -07:00
parent 59fb7612dd
commit 5e7cf0784c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2015-04-28 Doug Evans <dje@google.com>
* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
2015-04-28 Sasha Smundak <asmundak@google.com>
* NEWS: Mention gdb.Type.optimized_out method.

View File

@ -915,8 +915,8 @@ struct cplus_struct_type
{
/* * Number of base classes this type derives from. The
baseclasses are stored in the first N_BASECLASSES fields
(i.e. the `fields' field of the struct type). I think only the
`type' field of such a field has any meaning. */
(i.e. the `fields' field of the struct type). The only fields
of struct field that are used are: type, name, loc.bitpos. */
short n_baseclasses;