diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-27 19:31:30 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-27 19:31:30 +0000 |
commit | 18a46dbee88ecb499c299673eb50a4d9cdaaefaa (patch) | |
tree | 652ba8ac5279f521de7b34f86a010738355cc38a /gdb/ChangeLog | |
parent | bb7da2bfb5d890bdb01a15ed46a64011fc08d812 (diff) | |
download | gdb-18a46dbee88ecb499c299673eb50a4d9cdaaefaa.zip gdb-18a46dbee88ecb499c299673eb50a4d9cdaaefaa.tar.gz gdb-18a46dbee88ecb499c299673eb50a4d9cdaaefaa.tar.bz2 |
gdb/
2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
Pedro Alves <pedro@codesourcery.com>
* eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
value_one.
* valops.c (value_one): Remove parameter lv. Do not pass it to itself.
Assert the result kind.
* value.h (value_one): Remove parameter lv.
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 27b5a33..1320db8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,13 @@ 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com> + Pedro Alves <pedro@codesourcery.com> + + * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of + value_one. + * valops.c (value_one): Remove parameter lv. Do not pass it to itself. + Assert the result kind. + * value.h (value_one): Remove parameter lv. + +2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com> Fix crash on lval_computed values. * valops.c (value_zero): Use not_lval for lval_computed. |