summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-04-28 21:23:24 -0700
committerDoug Evans <dje@google.com>2015-04-28 21:23:24 -0700
commit5e7cf0784c9b543b1870b974a78244c40105c523 (patch)
treef9d28832034ee1b57d5b5bf3a68437fb3484f59a /gdb/gdbtypes.h
parent59fb7612ddee9219817a0c33b7d533b3d1c2aa41 (diff)
* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
gdb/ChangeLog: * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 883418fdaf..a912c8c930 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -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;