summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2004-07-19 19:21:52 +0000
committerMartin Hunt <hunt@redhat.com>2004-07-19 19:21:52 +0000
commit4526c35af864178c3ccac568bf96467cdff28c6c (patch)
tree1d250391c5559f834a8a73ab50446899a489e585
parent7299c2bcbe220096282f510d3ba85f387e36d7d8 (diff)
downloadgdb-4526c35af864178c3ccac568bf96467cdff28c6c.tar.gz
2004-07-19 Martin Hunt <hunt@redhat.com>
* All: Updated load_lib calls to find new location of insight-support.exp.
-rw-r--r--gdb/testsuite/gdb.gdbtk/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.gdbtk/browser.exp4
-rw-r--r--gdb/testsuite/gdb.gdbtk/c_variable.exp4
-rw-r--r--gdb/testsuite/gdb.gdbtk/console.exp4
-rw-r--r--gdb/testsuite/gdb.gdbtk/cpp_variable.exp4
-rw-r--r--gdb/testsuite/gdb.gdbtk/srcwin.exp2
-rw-r--r--gdb/testsuite/gdb.gdbtk/windows.exp4
7 files changed, 16 insertions, 11 deletions
diff --git a/gdb/testsuite/gdb.gdbtk/ChangeLog b/gdb/testsuite/gdb.gdbtk/ChangeLog
index 7f7b897cebc..a7582a54bd5 100644
--- a/gdb/testsuite/gdb.gdbtk/ChangeLog
+++ b/gdb/testsuite/gdb.gdbtk/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-19 Martin Hunt <hunt@redhat.com>
+
+ * All: Updated load_lib calls to find new location
+ of insight-support.exp.
+
2004-07-16 Andrew Cagney <cagney@redhat.com>
* insight-support.exp: Moved to here from ../lib.
diff --git a/gdb/testsuite/gdb.gdbtk/browser.exp b/gdb/testsuite/gdb.gdbtk/browser.exp
index 9869bc4ee48..475bdb506a1 100644
--- a/gdb/testsuite/gdb.gdbtk/browser.exp
+++ b/gdb/testsuite/gdb.gdbtk/browser.exp
@@ -1,4 +1,4 @@
-# Copyright 1998, 1999, 2001 Red Hat, Inc.
+# Copyright 1998, 1999, 2001, 2004 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License (GPL) as published by
@@ -10,7 +10,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-load_lib insight-support.exp
+load_lib ../gdb.gdbtk/insight-support.exp
if {[gdbtk_initialize_display]} {
if {$tracelevel} {
diff --git a/gdb/testsuite/gdb.gdbtk/c_variable.exp b/gdb/testsuite/gdb.gdbtk/c_variable.exp
index 4ef8b6f361b..0fcd652e2be 100644
--- a/gdb/testsuite/gdb.gdbtk/c_variable.exp
+++ b/gdb/testsuite/gdb.gdbtk/c_variable.exp
@@ -1,4 +1,4 @@
-# Copyright 1999, 2001 Red Hat, Inc.
+# Copyright 1999, 2001, 2004 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License (GPL) as published by
@@ -10,7 +10,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-load_lib insight-support.exp
+load_lib ../gdb.gdbtk/insight-support.exp
if {[gdbtk_initialize_display]} {
if {$tracelevel} {
diff --git a/gdb/testsuite/gdb.gdbtk/console.exp b/gdb/testsuite/gdb.gdbtk/console.exp
index bb378a957a8..b17eaa11ee7 100644
--- a/gdb/testsuite/gdb.gdbtk/console.exp
+++ b/gdb/testsuite/gdb.gdbtk/console.exp
@@ -1,4 +1,4 @@
-# Copyright 1998, 1999, 2001 Red Hat, Inc.
+# Copyright 1998, 1999, 2001, 2004 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License (GPL) as published by
@@ -10,7 +10,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-load_lib insight-support.exp
+load_lib ../gdb.gdbtk/insight-support.exp
if {[gdbtk_initialize_display]} {
if {$tracelevel} {
diff --git a/gdb/testsuite/gdb.gdbtk/cpp_variable.exp b/gdb/testsuite/gdb.gdbtk/cpp_variable.exp
index 7221e8c5cde..a7764f67199 100644
--- a/gdb/testsuite/gdb.gdbtk/cpp_variable.exp
+++ b/gdb/testsuite/gdb.gdbtk/cpp_variable.exp
@@ -1,4 +1,4 @@
-# Copyright 1999, 2001 Red Hat, Inc.
+# Copyright 1999, 2001, 2004 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License (GPL) as published by
@@ -10,7 +10,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-load_lib insight-support.exp
+load_lib ../gdb.gdbtk/insight-support.exp
if {[gdbtk_initialize_display]} {
if {$tracelevel} {
diff --git a/gdb/testsuite/gdb.gdbtk/srcwin.exp b/gdb/testsuite/gdb.gdbtk/srcwin.exp
index 9d548059718..c9267d805e3 100644
--- a/gdb/testsuite/gdb.gdbtk/srcwin.exp
+++ b/gdb/testsuite/gdb.gdbtk/srcwin.exp
@@ -10,7 +10,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-load_lib insight-support.exp
+load_lib ../gdb.gdbtk/insight-support.exp
if {[gdbtk_initialize_display]} {
if {$tracelevel} {
diff --git a/gdb/testsuite/gdb.gdbtk/windows.exp b/gdb/testsuite/gdb.gdbtk/windows.exp
index 94b09a4d863..c5613de8b42 100644
--- a/gdb/testsuite/gdb.gdbtk/windows.exp
+++ b/gdb/testsuite/gdb.gdbtk/windows.exp
@@ -1,4 +1,4 @@
-# Copyright 2001 Red Hat, Inc.
+# Copyright 2001, 2004 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License (GPL) as published by
@@ -10,7 +10,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-load_lib insight-support.exp
+load_lib ../gdb.gdbtk/insight-support.exp
if {[gdbtk_initialize_display]} {
if {$tracelevel} {