aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b5b125f..2046e8b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
+ (func): New function.
+ (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
+ * gdb.cp/member-ptr.exp: Add new tests for ptype and for
+ pointers to members with pointer-to-function type.
+
2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey <tromey@redhat.com>