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:
parent
0fff8110b5
commit
853819b8a1
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2000-02-04 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
* gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
|
* gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
|
||||||
|
|
|
@ -1618,7 +1618,7 @@ proc gdbtk_start {test} {
|
||||||
}
|
}
|
||||||
|
|
||||||
set wd [pwd]
|
set wd [pwd]
|
||||||
cd [file join $srcdir .. gdbtcl2]
|
cd [file join $srcdir .. gdbtk library]
|
||||||
set env(GDBTK_LIBRARY) [pwd]
|
set env(GDBTK_LIBRARY) [pwd]
|
||||||
cd [file join $srcdir .. .. tcl library]
|
cd [file join $srcdir .. .. tcl library]
|
||||||
set env(TCL_LIBRARY) [pwd]
|
set env(TCL_LIBRARY) [pwd]
|
||||||
|
|
Loading…
Reference in a new issue