diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0e7168fb75..eb7d253afa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New + macros. + (TYPE_IS_OPAQUE): Empty vs. opaque structures are now + distinct on the TYPE_STUB_SUPPORTED debug targets. + * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED. + 2007-04-11 Joel Brobecker <brobecker@adacore.com> * sparc-tdep.c (X_RS2): New macro. |