This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFA:] work around dejagnu bug for simulator targets
- From: Daniel Jacobowitz <drow at false dot org>
- To: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Tue, 12 Feb 2008 15:06:19 -0500
- Subject: Re: [RFA:] work around dejagnu bug for simulator targets
- References: <200802051240.m15Ce2AA014295@ignucius.se.axis.com>
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