aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-14 22:54:22 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-14 22:54:22 +0000
commite91ceb3c5959094b3f49e41d1c35d21c6300530d (patch)
treea9061c5bdc7131cd94752b5250ebaa975f443e20 /gdb
parent19318471a10f98588a981ad46e59f6033cea3cb6 (diff)
downloadgdb-e91ceb3c5959094b3f49e41d1c35d21c6300530d.zip
gdb-e91ceb3c5959094b3f49e41d1c35d21c6300530d.tar.gz
gdb-e91ceb3c5959094b3f49e41d1c35d21c6300530d.tar.bz2
* printcmds.exp: Add another printf test.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 54c0837..ff9f3c4 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * gdb.t16/printcmds.exp: Add another printf test.
+
Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
* configure.in: If configured -with-stabs on any target, add
@@ -5,8 +9,8 @@ Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
- * printcmds.exp: Change printf "%f\n" to printf "%f is fun" so
- pattern does not match the command itself.
+ * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
+ fun" so pattern does not match the command itself.
Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)