aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Manson <manson@cygnus>1997-02-12 01:00:49 +0000
committerBob Manson <manson@cygnus>1997-02-12 01:00:49 +0000
commit76abb184ef15792df6f9822fc1f48779060c5875 (patch)
tree13aa6d1ddb7696089b916d3e277b52d7e27a83a7
parent8bd49d39b3d8c083308cadbf55bdb5247546bb15 (diff)
downloadfsf-binutils-gdb-76abb184ef15792df6f9822fc1f48779060c5875.zip
fsf-binutils-gdb-76abb184ef15792df6f9822fc1f48779060c5875.tar.gz
fsf-binutils-gdb-76abb184ef15792df6f9822fc1f48779060c5875.tar.bz2
* config/udi.exp: Use mondfe,name instead of remote_host.
remote_host is a bad naming choice.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/config/udi.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index c0d2c59..cea11be 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
+
+ * config/udi.exp: Use mondfe,name instead of remote_host.
+
Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
* gdb.base/structs.exp: Expect some failures from the .
diff --git a/gdb/testsuite/config/udi.exp b/gdb/testsuite/config/udi.exp
index 4c5f242..1f4fcb2 100644
--- a/gdb/testsuite/config/udi.exp
+++ b/gdb/testsuite/config/udi.exp
@@ -31,7 +31,7 @@ proc gdb_target_udi { } {
global verbose
global exit_status
- set targetname [target_info remote_host];
+ set targetname [target_info mondfe,name];
# set targets hostname
send "target udi $targetname\n"
set timeout 60