aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1800983..64b9e17 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2009-12-29 Stan Shebs <stan@codesourcery.com>
+ * language.c (pointer_type): Un-comment out.
+ * ax-gdb.c: Include language.h, use pointer_type throughout
+ instead of testing TYPE_CODE_PTR.
+ (gen_fetch): Include TYPE_CODE_REF.
+ (gen_cast): Ditto.
+
* ax-gdb.c (gen_expr): Handle logical and, logical or, and
conditional expressions.