From: Fred Fish Date: Thu, 3 Aug 1995 16:56:36 +0000 (+0000) Subject: Remove keep-chill stuff from .Sanitize and add gdb.chill to things to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87544f53d2bbab0ad073463cbae9aab25bc7baaf;p=binutils-gdb.git Remove keep-chill stuff from .Sanitize and add gdb.chill to things to keep. Remove sanitize references in ChangeLog. Remove start/end sanitize-chill lines in Makefile.in. --- diff --git a/gdb/testsuite/.Sanitize b/gdb/testsuite/.Sanitize index 6d029589826..6576c686efc 100644 --- a/gdb/testsuite/.Sanitize +++ b/gdb/testsuite/.Sanitize @@ -15,12 +15,6 @@ 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 diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 481d1e52a23..9d660f25826 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 30 17:50:35 1995 Fred Fish + + * 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 * 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.