aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1994-06-04 02:03:08 +0000
committerPer Bothner <per@bothner.com>1994-06-04 02:03:08 +0000
commitb11f2c1f7678e1339bc535d88a4caeb905677b9d (patch)
treec2a9b72482a003c9d80716766d86b6e7d3d309d5 /gdb
parent96364ec4aa5d0a4ea945fb31072b45451a4b445d (diff)
downloadgdb-b11f2c1f7678e1339bc535d88a4caeb905677b9d.zip
gdb-b11f2c1f7678e1339bc535d88a4caeb905677b9d.tar.gz
gdb-b11f2c1f7678e1339bc535d88a4caeb905677b9d.tar.bz2
Various changes to gdb.t31.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 0526966..611ea81 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,17 @@
+Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
+
+ Various changes to gdb.t31:
+
+ * Makefile.in (gdbme.o): Compile with -fspecial_UC.
+ * gdbme.ch: Make all key-words and predefineds be upper-case.
+ * chillvars.exp: Expect key-words and predefinds in upper-case.
+
+ * chillvars.exp: Use gdb_test_exact many places.
+ Change expected output for arrays (which now includes index labels).
+
+ * pr-5020.exp, gdme.ch (module PR_5020):
+ New test, for PR-5020.
+
Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
* lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.