Introduce ada_binop_addsub_operation
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 257f881e1cd94ebac7e760bead47d08bc746d4d5..597513aea86ade2ad43094e098284e54483d83ea 100644 (file)
@@ -1,3 +1,34 @@
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * ada-lang.c (ada_binop_addsub_operation::evaluate): New method.
+       * ada-exp.h (class ada_binop_addsub_operation): New.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * ada-lang.h (ada_find_operator_symbol, ada_resolve_funcall)
+       (ada_resolve_variable): Declare.
+       * ada-lang.c (ada_find_operator_symbol, ada_resolve_funcall)
+       (ada_resolve_variable): New functions.
+       (resolve_subexp): Update.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * opencl-lang.c (opencl_ternop_cond_operation::evaluate): New
+       method.
+       * c-exp.h (class opencl_ternop_cond_operation): New.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * opencl-lang.c (opencl_logical_binop_operation::evaluate): New
+       method.
+       * c-exp.h (class opencl_logical_binop_operation): New.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * opencl-lang.c (opencl_structop_operation::evaluate): New
+       method.
+       * c-exp.h (class opencl_structop_operation): New.
+
 2021-03-08  Tom Tromey  <tom@tromey.com>
 
        * opencl-lang.c (opencl_logical_not): No longer static.  Change
This page took 0.041021 seconds and 4 git commands to generate.