aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2004-02-04 04:04:25 +0000
committerMichael Chastain <mec@google.com>2004-02-04 04:04:25 +0000
commitdbad775550b80c2af9eec60011aaad3aa9014a51 (patch)
tree1506a51bf3bd70264beccbe75f6b3999ed42b445 /gdb/testsuite/ChangeLog
parentec4646ef4d3c55dd53c222135550e344438c75e9 (diff)
downloadgdb-dbad775550b80c2af9eec60011aaad3aa9014a51.zip
gdb-dbad775550b80c2af9eec60011aaad3aa9014a51.tar.gz
gdb-dbad775550b80c2af9eec60011aaad3aa9014a51.tar.bz2
2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b1cfc23..7c6dee1 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
+ * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
+
+2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
+
* gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
2004-02-02 Fred Fish <fnf@redhat.com>