diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b84aa5d614..a80e564fa8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-04-27 Joel Brobecker + + * gdbtypes.h (struct main_type): Expand comment about target_type + field. + 2010-04-27 Joel Brobecker * symfile.c (reread_symbols): Also search for file in libraries. diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index 76716db378..4d26f5a3bf 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -459,6 +459,9 @@ struct main_type For a function or method type, describes the type of the return value. For a range type, describes the type of the full range. For a complex type, describes the type of each coordinate. + For a special record or union type encoding a dynamic-sized type + in GNAT, a memoized pointer to a corresponding static version of + the type. Unused otherwise. */ struct type *target_type;