diff options
author | Fred Fish <fnf@specifix.com> | 1993-05-30 01:14:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-05-30 01:14:47 +0000 |
commit | dd294fc006160dcb8452a9510bd107384bbb3a64 (patch) | |
tree | 662bdb30ab7bca54c3fcbad1f21bf2b001543168 /gdb/testsuite | |
parent | 150ab4401d0eec684522bd7f784b9eb90e94da85 (diff) | |
download | gdb-dd294fc006160dcb8452a9510bd107384bbb3a64.zip gdb-dd294fc006160dcb8452a9510bd107384bbb3a64.tar.gz gdb-dd294fc006160dcb8452a9510bd107384bbb3a64.tar.bz2 |
* configure.in (configdirs): Remove gdb.t31 until the chill
compiler works again. It no longer is able to find chillrt0
since it isn't in libchill.a anymore.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/testsuite/configure.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3cd4536..556fd74 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com) + * configure.in (configdirs): Remove gdb.t31 until the chill + compiler works again. It no longer is able to find chillrt0 + since it isn't in libchill.a anymore. * gdb.stabs/wierd.exp: Rewrite to properly handling a missing wierd.o, make more modular. * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 68f8bf8..2d6ae9c 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -9,7 +9,7 @@ srcname="DejaGnu" # Directories to use in all configurations. configdirs="gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \ gdb.t07 gdb.t08 gdb.t09 gdb.t10 gdb.t11 gdb.t12 gdb.t13 gdb.t15 \ - gdb.t16 gdb.t17 gdb.t24 gdb.t30 gdb.t31" + gdb.t16 gdb.t17 gdb.t24 gdb.t30" # 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 |