* Revert all signal changes from Jul 6.
authorFred Fish <fnf@specifix.com>
Wed, 12 Jul 1995 17:27:40 +0000 (17:27 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 12 Jul 1995 17:27:40 +0000 (17:27 +0000)
* gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
for sh-hms targets, allowing these tests to link, with no other
changes.  Testing is suppressed by setting "nosignals" in site.exp.

gdb/testsuite/ChangeLog
gdb/testsuite/configure.in

index 3e24652a900b145fae90eaa3012734aef7f572fe..ec4da75bb716adb9b07a68190bfc3e1a73517e59 100644 (file)
@@ -1,8 +1,28 @@
+Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@rtl.cygnus.com)
+
+       * Revert all signal changes from Jul 6.
+       * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
+       for sh-hms targets, allowing these tests to link, with no other
+       changes.  Testing is suppressed by setting "nosignals" in site.exp.
+
+Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
+
+       * configure.in (signaldirs): Define and add to configdirs for all
+       targets except some specific ones that are known to not support signals.
+       Also clean up formatting.
+       * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
+       (signals, sigall):  Remove rules to build.
+       * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
+       Moved to new gdb.signals directory.
+       * gdb.signals: New test directory.
+       * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
+       signals.c signals.exp}:  New or moved files.
+
 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
 
        * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
 
-Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@lisa.cygnus.com>
+Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
 
        * gdb.base/return.exp:  Xfail `return double' test failure
        on at least Solaris 2.3 and handle future/past versions on
index 8414e2b77c8d6ecf2094f41297adeee1097afb51..d4c24fce3dd992d202edd252190ad060705edc5d 100644 (file)
@@ -9,11 +9,6 @@ srcname="GDB Test Suite"
 # Directories to use in all configurations.
 configdirs="gdb.base gdb.c++ gdb.chill gdb.disasm"
 
-# Directories to use for a configuration which uses stabs.  C++ tests
-# are also here because I don't believe they work well for any other
-# debugging format.
-stabsdirs="gdb.stabs"
-
 # Directories to use for a configuration which supports signals.
 # This usually excludes cross targets.
 signaldirs="gdb.signals"
@@ -56,12 +51,6 @@ case "${target}" in
                                ;;
 esac
 
-# add signal tests for appropriate targets
-case "${target}" in
-       sh*-hms)        ;;
-       *)              configdirs="${configdirs} ${signaldirs}" ;;
-esac
-
 # link in the lib directory if needed
 #if [ ! -d lib ] ; then
 #    files="lib"
This page took 0.030977 seconds and 4 git commands to generate.