2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>

* lib/gdb.exp: Tell the testsuite that now gdbtk is in the
 	gdbtk/library directory, not in gdbtcl2.
This commit is contained in:
Elena Zannoni 2000-02-14 19:12:30 +00:00
parent 0fff8110b5
commit 853819b8a1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* lib/gdb.exp: Tell the testsuite that now gdbtk is in the
gdbtk/library directory, not in gdbtcl2.
2000-02-04 Jim Blandy <jimb@redhat.com>
* gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous

View File

@ -1618,7 +1618,7 @@ proc gdbtk_start {test} {
}
set wd [pwd]
cd [file join $srcdir .. gdbtcl2]
cd [file join $srcdir .. gdbtk library]
set env(GDBTK_LIBRARY) [pwd]
cd [file join $srcdir .. .. tcl library]
set env(TCL_LIBRARY) [pwd]