diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index def9db59..3f92a6d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2020-05-16 Simon Marchi <simon.marchi@efficios.com> + + * gdbtypes.h (struct type) <name, set_name>: New methods. + (TYPE_CODE): Use type::name. Change all call sites used to set + the name to use type::set_name instead. + 2020-05-16 Tom Tromey <tom@tromey.com> * top.c (quit_force): Update. |