summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2000-02-14 19:12:30 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2000-02-14 19:12:30 +0000
commit154aa5ec95afa61cd5fe69060aa2a7bae9c1e2cf (patch)
tree398b125204c0ba734e3598aa91012fd5fbb1ee67 /gdb
parentb3a2ae1d5702f6428068b6e947d2d7d37e200f9b (diff)
downloadgdb-154aa5ec95afa61cd5fe69060aa2a7bae9c1e2cf.tar.gz
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/lib/gdb.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a48ff61c539..2c489422562 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 94cd40a0917..1a5ecc88e90 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -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]