From: Ian Lance Taylor Date: Thu, 25 Feb 1993 18:50:45 +0000 (+0000) Subject: * Redid configuration scheme. Removed gdb.t*/configure.in. X-Git-Tag: gdb-4_18~20026 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01cec5c8e7efaa10983a6edcacdcf029acaa4e43;p=platform%2Fupstream%2Fbinutils.git * 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2b96a53..6c5bfbb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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, diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 795914b..e59c97b 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -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 $"\ diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 7f9e209..9839a5d 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -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: