diff options
author | Jim Blandy <jimb@codesourcery.com> | 2007-01-24 22:04:48 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2007-01-24 22:04:48 +0000 |
commit | 10fb19b6abeacb92b9d078dac7ad7fcfae497076 (patch) | |
tree | 783d2ce2187ff1f99b8096678c1ba78c71d1d037 /gdb/ChangeLog | |
parent | 7bc4c13c6114fe7f1b243fbe37001452d51f054c (diff) | |
download | gdb-10fb19b6abeacb92b9d078dac7ad7fcfae497076.zip gdb-10fb19b6abeacb92b9d078dac7ad7fcfae497076.tar.gz gdb-10fb19b6abeacb92b9d078dac7ad7fcfae497076.tar.bz2 |
2007-01-24 Jim Blandy <jimb@codesourcery.com>
* dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
expression is empty, bother to return the 'optimized out' value we
construct. (Thanks to Carl Burch.)
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bcb1a1d..b3790b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2007-01-24 Jim Blandy <jimb@codesourcery.com> + + * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location + expression is empty, bother to return the 'optimized out' value we + construct. (Thanks to Carl Burch.) + 2007-01-24 Vladimir Prus <vladimir@codesourcery.com> * varobj.c (c_value_of_root, c_value_of_child) |