* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
authorDoug Evans <dje@google.com>
Wed, 29 Apr 2015 04:23:24 +0000 (21:23 -0700)
committerDoug Evans <dje@google.com>
Wed, 29 Apr 2015 04:23:24 +0000 (21:23 -0700)
gdb/ChangeLog:

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

gdb/ChangeLog
gdb/gdbtypes.h

index 4e78d395a19a48772575edd0bdd3070e3fe08aca..97616fee5226d547e32d94dc343918c04f7fc337 100644 (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.
index 883418fdafc707c8f5f928c414ca23ee0f4108e6..a912c8c930f199d6a3affa58ea2c22c4d0287bef 100644 (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;
 
This page took 0.043926 seconds and 4 git commands to generate.