aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2009-02-04 15:49:30 +0000
committerJerome Guitton <guitton@adacore.com>2009-02-04 15:49:30 +0000
commit33d502b41a50762007426862d854f6903c789221 (patch)
treeb5acfb5984aa11e54db8c3abb0218165507db9bc /gdb/ChangeLog
parent8e94a90cbc441a1515908ae6a5ed162c5190306c (diff)
downloadgdb-33d502b41a50762007426862d854f6903c789221.zip
gdb-33d502b41a50762007426862d854f6903c789221.tar.gz
gdb-33d502b41a50762007426862d854f6903c789221.tar.bz2
* value.c (value_from_contents_and_address): Always return
a lval_memory value, even if address is null.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7e0a462..07d8565 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-04 Jerome Guitton <guitton@adacore.com>
+
+ * value.c (value_from_contents_and_address): Always return
+ a lval_memory value, even if address is null.
+
2009-02-04 Tristan Gingold <gingold@adacore.com>
* i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.