From: Per Bothner Date: Sat, 4 Jun 1994 02:03:08 +0000 (+0000) Subject: Various changes to gdb.t31. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b11f2c1f7678e1339bc535d88a4caeb905677b9d;p=binutils-gdb.git Various changes to gdb.t31. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 05269669b5a..611ea81bb1e 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.