]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 a48ff61c539238030fee8806cebfee8523b33955..2c4894225626e0c6d1ae3a3cfecb0bc1caa0f7ef 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 94cd40a09175645b35948b528582b91f06dc6193..1a5ecc88e90f304c5cdcc2208728cc11cddaaae0 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]