* 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.
This commit is contained in:
Ian Lance Taylor 1993-02-25 18:50:45 +00:00
parent 539a840f7b
commit 01cec5c8e7
3 changed files with 13 additions and 15 deletions

View 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,

View 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 $"\

View 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: