OSDN Git Service

2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 14 Feb 2000 19:12:30 +0000 (19:12 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 14 Feb 2000 19:12:30 +0000 (19:12 +0000)
* lib/gdb.exp: Tell the testsuite that now gdbtk is in the
  gdbtk/library directory, not in gdbtcl2.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index a48ff61..2c48942 100644 (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
index 94cd40a..1a5ecc8 100644 (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]