This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5e7cf0784c9b543b1870b974a78244c40105c523

commit 5e7cf0784c9b543b1870b974a78244c40105c523
Author: Doug Evans <dje@google.com>
Date:   Tue Apr 28 21:23:24 2015 -0700

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

Diff:
---
 gdb/ChangeLog  | 4 ++++
 gdb/gdbtypes.h | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4e78d39..97616fe 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 883418f..a912c8c 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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]