aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4639417..2b2a089 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2013-03-25 Tom Tromey <tromey@redhat.com>
+ PR symtab/11462:
+ * c-exp.y (exp): Add new productions for destructors after '.' and
+ '->'.
+ (write_destructor_name): New function.
+
+2013-03-25 Tom Tromey <tromey@redhat.com>
+
PR c++/9197:
* opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
value_struct_elt, not lookup_struct_elt_type.