aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index aa7c608..1d2c3c5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,16 @@
+2017-11-17 Joel Brobecker <brobecker@adacore.com>
+
+ * ada-lang.c (resolve_subexp): Add handling of OP_VAR_MSYM_VALUE.
+ (ada_evaluate_subexp_for_cast): New function.
+ (ada_evaluate_subexp) <UNOP_CAST>: Replace code by call to
+ ada_evaluate_subexp_for_cast.
+ (ada_evaluate_subexp) <nosideret>: Replace code by call to
+ eval_skip_value.
+ * eval.c (evaluate_var_value): Make non-static.
+ (evaluate_var_msym_value, eval_skip_value): Likewise.
+ * value.h (evaluate_var_value, evaluate_var_msym_value)
+ (eval_skip_value): Declare.
+
2017-11-16 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (ada_value_cast): Remove parameter "noside".