From: Fred Fish Date: Sun, 30 May 1993 01:14:47 +0000 (+0000) Subject: * configure.in (configdirs): Remove gdb.t31 until the chill X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd294fc006160dcb8452a9510bd107384bbb3a64;p=binutils-gdb.git * 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3cd45366631..556fd74caf3 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 68f8bf83526..2d6ae9cc4ee 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