aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-01-14 18:17:20 +0000
committerAndrew Cagney <cagney@redhat.com>2005-01-14 18:17:20 +0000
commitbc8332bb44886d189fce38b812d6919a157af734 (patch)
treea590a5efa15e042b71e7abe802d574fce2477069 /gdb/testsuite/ChangeLog
parent4e18e2de1e848546c649ac74f8fbb8711c789243 (diff)
downloadgdb-bc8332bb44886d189fce38b812d6919a157af734.zip
gdb-bc8332bb44886d189fce38b812d6919a157af734.tar.gz
gdb-bc8332bb44886d189fce38b812d6919a157af734.tar.bz2
Index: ChangeLog
2005-01-14 Andrew Cagney <cagney@gnu.org> * varobj.c (varobj_create): Add missing \n. Index: testsuite/ChangeLog 2005-01-14 Andrew Cagney <cagney@gnu.org> * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output. * gdb.mi/mi2-var-cmd.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 34f0d40..caaca37 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-14 Andrew Cagney <cagney@gnu.org>
+
+ * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
+ * gdb.mi/mi2-var-cmd.exp: Ditto.
+
2005-01-10 Corinna Vinschen <vinschen@redhat.com>
* gdb.base/fileio.c: Include unistd.h as required for lseek(2).