* configure.in: Reinstate setting of stabsdirs variable, fix
authorPeter Schauer <Peter.Schauer@mytum.de>
Mon, 24 Jul 1995 06:35:58 +0000 (06:35 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Mon, 24 Jul 1995 06:35:58 +0000 (06:35 +0000)
typo in setting up configdirs for native builds.

* gdb.base/return.exp:  Fix typo in return double test.
* gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
compiler from optimizing them away.

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

index 27d12d89216e196327e3494970d4df8ec92c7d59..065bdfdddbeed280a17a50d7ef0cd56348a4cbb4 100644 (file)
@@ -1,3 +1,19 @@
+Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * configure.in:  Reinstate setting of stabsdirs variable, fix
+       typo in setting up configdirs for native builds.
+
+       * gdb.base/return.exp:  Fix typo in return double test.
+       * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
+       compiler from optimizing them away.
+
+Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
+       sequences to be echo'd by gdb when using gdb_test.
+       * gdb.chill/chexp.exp: Likewise.
+       * gdb.fortran/exprs.exp: Likewise
+
 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
 
        * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
index ff3f1c8563f6b532c7a1e922ccfeda65c881995d..61ec59816895573b85a43b7ab11d3ae61334af0f 100644 (file)
@@ -8,10 +8,9 @@ srcname="GDB Test Suite"
 
 # Directories to use in all configurations.
 configdirs="gdb.base gdb.c++ gdb.disasm"
-
-# Directories to use for a configuration which supports signals.
-# This usually excludes cross targets.
-signaldirs="gdb.signals"
+  
+# Directories to use for a configuration which uses stabs.
+stabsdirs="gdb.stabs"
 
 # per-host:
 
@@ -53,7 +52,7 @@ esac
 
 # Chill currently doesn't link cross targets, so only config and test natives
 if [ "${host}" = "${target}" ] ; then
-       configdirs="$configdirs} gdb.chill"
+       configdirs="${configdirs} gdb.chill"
 fi
 
 # link in the lib directory if needed
This page took 0.029803 seconds and 4 git commands to generate.