diff options
author | Fred Fish <fnf@specifix.com> | 1995-08-03 16:56:36 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-08-03 16:56:36 +0000 |
commit | 87544f53d2bbab0ad073463cbae9aab25bc7baaf (patch) | |
tree | ffb1477ab7b061d6dbed41699111e06b3eada5ee /gdb/testsuite | |
parent | fb333bb8718c531fd5d0663bf7faf31a82fae630 (diff) | |
download | gdb-87544f53d2bbab0ad073463cbae9aab25bc7baaf.zip gdb-87544f53d2bbab0ad073463cbae9aab25bc7baaf.tar.gz gdb-87544f53d2bbab0ad073463cbae9aab25bc7baaf.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/.Sanitize | 7 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 18 |
2 files changed, 6 insertions, 19 deletions
diff --git a/gdb/testsuite/.Sanitize b/gdb/testsuite/.Sanitize index 6d02958..6576c68 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 481d1e5..9d660f2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. |