diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e3c2c4b..deefda9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2013-05-13 Tom Tromey <tromey@redhat.com> + + PR exp/15364: + * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT, + STRUCTOP_PTR>: Return a not_lval value for + EVAL_AVOID_SIDE_EFFECTS. + * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value + for EVAL_AVOID_SIDE_EFFECTS. + 2013-05-13 Joel Brobecker <brobecker@adacore.com> * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert |