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 e9f0afd..6d0a0c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2020-11-15 Joel Brobecker <brobecker@adacore.com> + * valarith.c (fixed_point_binop): Add BINOP_EQUAL and BINOP_LESS + handling. + (value_less): Add fixed-point handling. + +2020-11-15 Joel Brobecker <brobecker@adacore.com> + * eval.c (binop_promote): Add fixed-point type handling. * valarith.c (fixed_point_binop): New function. (scalar_binop): Add fixed-point type handling. |