* Redid configuration scheme. Removed gdb.t*/configure.in.
authorIan Lance Taylor <ian@airs.com>
Thu, 25 Feb 1993 18:50:45 +0000 (18:50 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 25 Feb 1993 18:50:45 +0000 (18:50 +0000)
Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
distclean targets.  Built executables via .o files.  Adjusted
tests to account for source files in $(srcdir) rather than
$(objdir).
* lib/gdb.exp (runto): Don't expect () after the function name,
because it may have arguments.

gdb/testsuite/ChangeLog
gdb/testsuite/config/unix-gdb.exp
gdb/testsuite/configure.in

index 2b96a5380a53210e604a62efee8032afd0ef1e36..6c5bfbb8d642317c84a75b7b6faa23db6345fa43 100644 (file)
@@ -1,3 +1,14 @@
+Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Redid configuration scheme.  Removed gdb.t*/configure.in.
+       Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
+       instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
+       distclean targets.  Built executables via .o files.  Adjusted
+       tests to account for source files in $(srcdir) rather than
+       $(objdir).
+       * lib/gdb.exp (runto): Don't expect () after the function name,
+       because it may have arguments.
+
 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
 
        * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
index 795914b0e1318ac1c1e1b7c437e460f5ef72886a..e59c97b2a994eb459345c42107dc0b865b9e4e13 100644 (file)
@@ -88,19 +88,6 @@ proc gdb_load { arg } {
 
     set loadfile [file tail $arg]
     set loadpath [file dirname $arg]
-    send "directory\n"
-    expect {
-       -re "Reinitialize source path to empty\? \(y or n\) $"\
-           { send "y\n"
-               expect {
-                   -re "$prompt $" {}
-                   timeout { fail "(timeout) reset directory path" ; return }
-               }
-           }
-       timeout { fail "(timeout) reset directory path" ; return }
-    }
-    send "directory $loadpath\n"
-    expect -re "$prompt $" {}
     send "file $arg\n"
     expect {
        -re "Reading symbols from.*done.*$prompt $"\
index 7f9e2090d12863701e8b6508078d0d382c10298e..9839a5d9af76c9da36705c5b6a3fa627a5a41301 100644 (file)
@@ -6,9 +6,9 @@
 srctrigger="gdb.t00"
 srcname="DejaGnu"
 
-configdirs="gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \
+subdirs="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.t20 gdb.t21 gdb.t22 gddb.t23 gdb.t30 gdb.t31"
+       gdb.t16 gdb.t20 gdb.t21 gdb.t22 gdb.t23 gdb.t30 gdb.t31"
 
 # per-host: