/[dejagnu]/dejagnu/config/base68k.exp
ViewVC logotype

Diff of /dejagnu/config/base68k.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by bje, Sun Aug 17 23:00:07 2003 UTC revision 1.7 by bje, Tue Aug 19 00:11:43 2003 UTC
# Line 80  proc base68k_ld { dest prog } { Line 80  proc base68k_ld { dest prog } {
80          # dbug has problems if we go into binary mode, so this allows us to          # dbug has problems if we go into binary mode, so this allows us to
81          # disable entry into binary mode.          # disable entry into binary mode.
82          if ![board_info $dest exists no_binary_mode] {          if ![board_info $dest exists no_binary_mode] {
83          remote_binary $dest              remote_binary $dest
84      }          }
85      }      }
86    
87      # if we built the srecord on a remote host, copy it back here so we      # if we built the srecord on a remote host, copy it back here so we
# Line 147  proc base68k_ld { dest prog } { Line 147  proc base68k_ld { dest prog } {
147          remote_send $dest [board_info $dest download_command]          remote_send $dest [board_info $dest download_command]
148          if [board_info $dest exists download_response] {          if [board_info $dest exists download_response] {
149              remote_expect $dest 5 {              remote_expect $dest 5 {
150                   [board_info $dest download_response] { }                  [board_info $dest download_response] { }
151                   timeout {                  timeout {
152                      perror "Download command never responded."                      perror "Download command never responded."
153                      return "unresolved"                      return "unresolved"
154                  }                  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26