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 7d3bcfc..c658014 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2020-06-08 Simon Marchi <simon.marchi@efficios.com> + * gdbtypes.h (FIELD_TYPE): Remove. Change all call sites + to use field::type instead. + +2020-06-08 Simon Marchi <simon.marchi@efficios.com> + * gdbtypes.h (struct field) <type, set_type>: New methods. Rename `type` field to... <m_type>: ... this. Change references throughout to use type or |