diff options
author | Bob Manson <manson@cygnus> | 1997-02-12 01:00:49 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-02-12 01:00:49 +0000 |
commit | 76abb184ef15792df6f9822fc1f48779060c5875 (patch) | |
tree | 13aa6d1ddb7696089b916d3e277b52d7e27a83a7 /gdb/testsuite | |
parent | 8bd49d39b3d8c083308cadbf55bdb5247546bb15 (diff) | |
download | gdb-76abb184ef15792df6f9822fc1f48779060c5875.zip gdb-76abb184ef15792df6f9822fc1f48779060c5875.tar.gz gdb-76abb184ef15792df6f9822fc1f48779060c5875.tar.bz2 |
* config/udi.exp: Use mondfe,name instead of remote_host.
remote_host is a bad naming choice.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/config/udi.exp | 2 |
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 |