This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA:] work around dejagnu bug for simulator targets


On Tue, Feb 05, 2008 at 01:40:02PM +0100, Hans-Peter Nilsson wrote:
> Incidentally, v3-copy-files should use remote_upload (to
> target), not remote_download (from target).  You almost can't
> tell the difference, though. :)

Sure you don't have this backwards?

# Download file FILE to DEST. If the optional DESTFILE is specified,
# that file will be used on the destination board. It returns either
# "" (indicating that the download failed), or the name of the file on
# the destination machine.
#

proc remote_download { dest file args } {

[remote_download target filename] copies FILENAME to the target board.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]