aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2006-06-02 05:35:36 +0000
committerBen Elliston <bje@gnu.org>2006-06-02 05:35:36 +0000
commit143263297d0c518353fc47fe1a1af5851042bd87 (patch)
tree082b4568cd1d38e5ea2e89cfdd36b72fb3f63d8b
parentae431e149df4338ed20dc76320225114a32edbca (diff)
* config/sim.exp (sim_upload): Match up argument names.
-rw-r--r--ChangeLog4
-rw-r--r--config/sim.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bdb2f9..bbf9354 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-06-02 Ben Elliston <bje@gnu.org>
+ * config/sim.exp (sim_upload): Match up argument names.
+
+2006-06-02 Ben Elliston <bje@gnu.org>
+
* config.guess: Update to most recent version.
* config.sub: Likewise.
diff --git a/config/sim.exp b/config/sim.exp
index 1ea3079..18f576e 100644
--- a/config/sim.exp
+++ b/config/sim.exp
@@ -129,8 +129,8 @@ proc sim_download { dest file args } {
return [remote_download host $file $args]
}
-proc sim_upload { dest srcfile destfile } {
- return [remote_upload host $file $args]
+proc sim_upload { dest srcfile args } {
+ return [remote_upload host $srcfile $args]
}
set_board_info protocol "sim"