diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fdbea6f4067..7aba5e8b8b4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2012-09-21 Tom Tromey <tromey@redhat.com> + * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT, + TYPE_CODE_UNION>: Unify, removing a goto. + +2012-09-21 Tom Tromey <tromey@redhat.com> + * c-typeprint.c (cp_type_print_derivation_info): Fix comment. 2012-09-21 Andrew Burgess <aburgess@broadcom.com> |