diff options
author | Tom Tromey <tom@tromey.com> | 2021-03-08 07:27:57 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2021-03-08 07:28:21 -0700 |
commit | 5b5f5140e1c37f899bf426ea7031548f4bd7e4ca (patch) | |
tree | 4634b027f3aad5319468821c788d38dc040f345f /gdb/ChangeLog | |
parent | 876469ffa1f52b15dfbc8336b31b908edf95fba6 (diff) | |
download | gdb-5b5f5140e1c37f899bf426ea7031548f4bd7e4ca.zip gdb-5b5f5140e1c37f899bf426ea7031548f4bd7e4ca.tar.gz gdb-5b5f5140e1c37f899bf426ea7031548f4bd7e4ca.tar.bz2 |
Introduce type_operation
This adds class type_operation, which implements OP_TYPE.
gdb/ChangeLog
2021-03-08 Tom Tromey <tom@tromey.com>
* expop.h (class type_operation): New.
* eval.c (eval_op_type): No longer static.
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 da7cd69..6496f98 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2021-03-08 Tom Tromey <tom@tromey.com> + * expop.h (class type_operation): New. + * eval.c (eval_op_type): No longer static. + +2021-03-08 Tom Tromey <tom@tromey.com> + * expop.h (class unop_ind_base_operation) (class unop_ind_operation): New. * eval.c (eval_op_ind): No longer static. Remove "op" parameter. |