* config/udi.exp: Use mondfe,name instead of remote_host.

remote_host is a bad naming choice.
This commit is contained in:
Bob Manson 1997-02-12 01:00:49 +00:00
parent 8bd49d39b3
commit 76abb184ef
2 changed files with 5 additions and 1 deletions

View File

@ -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 .

View File

@ -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