Remove keep-chill stuff from .Sanitize and add gdb.chill to things to
authorFred Fish <fnf@specifix.com>
Thu, 3 Aug 1995 16:56:36 +0000 (16:56 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 3 Aug 1995 16:56:36 +0000 (16:56 +0000)
keep.  Remove sanitize references in ChangeLog.  Remove start/end
sanitize-chill lines in Makefile.in.

gdb/testsuite/.Sanitize
gdb/testsuite/ChangeLog

index 6d02958..6576c68 100644 (file)
 
 Do-first:
 
-if ( echo $* | grep keep\-chill > /dev/null ) ; then
-       keep_these_too="gdb.chill"
-else
-       lose_these_too="gdb.chill"
-fi
-
 # All files listed between the "Things-to-keep:" line and the
 # "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
@@ -37,6 +31,7 @@ config
 configure.in
 gdb.base
 gdb.c++
+gdb.chill
 gdb.disasm
 gdb.fortran
 gdb.stabs
index 481d1e5..9d660f2 100644 (file)
@@ -1,3 +1,8 @@
+Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/a2-run.exp: Change messages to be more explicit about
+       the status of args, and quote binfile in results.
+
 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
 
        * gdb.base/callfuncs.exp: Add tests for passing structs to
@@ -1434,11 +1439,6 @@ Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
        * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
        CHILL, and CHILL_LIB.
 
-Wed May 25 17:10:38 1994  Per Bothner  (bothner@kalessin.cygnus.com)
-
-       * Makefile.in (TARGET_FLAGS_TO_PASS): Fix syntax of
-       sanitize-chill comments.
-
 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
 
        * Revert the previous changes.  Please see Rob's directory
@@ -1486,14 +1486,6 @@ Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
        * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
           (CFLAGS): Delete it from here.
 
-Thu May 12 14:06:34 1994  Bill Cox  (bill@rtl.cygnus.com)
-
-       * .Sanitize: Drop the gdb.t30 and gdb.t31 directories
-         unless keep-chill was specified on the command line.
-       * Makefile.in, config/makefile.rel.in: : Add comment lines
-          to Sanitize out CHILL references unless keep-chill
-           was specified.
-
 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
 
        * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.