diff options
author | Fred Fish <fnf@specifix.com> | 1995-07-12 17:27:40 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-07-12 17:27:40 +0000 |
commit | b49f423b73d0ff19bb47dfde2acb15dc878d8cc5 (patch) | |
tree | c414ab084b7b6e37f95772c1a3e8c2266eb026e3 /gdb/testsuite/configure.in | |
parent | 395ccfce2105077efa9a951804f37ef707d74db1 (diff) | |
download | gdb-b49f423b73d0ff19bb47dfde2acb15dc878d8cc5.zip gdb-b49f423b73d0ff19bb47dfde2acb15dc878d8cc5.tar.gz gdb-b49f423b73d0ff19bb47dfde2acb15dc878d8cc5.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r-- | gdb/testsuite/configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 8414e2b..d4c24fc 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -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" |