summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 4047c48bca0..75b90e1add0 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,12 @@
2008-07-26 Tom Tromey <tromey@redhat.com>
+ * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
+ (function_struct, function_struct_ptr): New globals.
+ * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
+ function pointer in a struct.
+
+2008-07-26 Tom Tromey <tromey@redhat.com>
+
* gdb.base/macscp.exp: Add test for macro lexing bug.
2008-07-18 Tom Tromey <tromey@redhat.com>