Split out eval_op_f_ceil
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 94af28072a565ddb4d562ab99433cbf8db461c96..4b00777edb8ae90684ae709b6a6bf5413aaa85f2 100644 (file)
@@ -1,3 +1,183 @@
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * f-lang.c (eval_op_f_ceil): New function.
+       (evaluate_subexp_f): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * f-lang.c (eval_op_f_mod): New function.
+       (evaluate_subexp_f): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * f-lang.c (eval_op_f_abs): New function.
+       (evaluate_subexp_f): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_type): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_postdec): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_postinc): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_predec): New file.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_preinc): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_memval): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_alignof): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_ind): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_lognot): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_complement): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_neg): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_plus): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_repeat): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_leq): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_geq): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_gtr): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_less): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_notequal): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_equal): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_subscript): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_binary): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_sub): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_add): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_member): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_structop_ptr): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_structop_struct): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_ternop): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_concat): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_objc_selector): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_string): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_register): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_func_static_var): New function.
+       (evaluate_subexp_standard): Use it.
+
+2021-03-08  Tom Tromey  <tom@tromey.com>
+
+       * eval.c (eval_op_var_msym_value): New function.
+       (evaluate_subexp_standard): Use it.
+
 2021-03-08  Tom Tromey  <tom@tromey.com>
 
        * eval.c (eval_op_var_entry_value): New function.
This page took 0.03392 seconds and 4 git commands to generate.