aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2014-02-24 12:15:14 +1100
committerBen Elliston <bje@gnu.org>2014-02-24 12:15:14 +1100
commita60f6c7d46ba5688ee9c2fee4b27a20fb2be8190 (patch)
tree07f63edf56da0bc2ac2b021293d3bb278615f1bf
parentae7ff712a3998bca31791de8f954ba4f6a0db90b (diff)
downloaddejagnu-a60f6c7d46ba5688ee9c2fee4b27a20fb2be8190.zip
dejagnu-a60f6c7d46ba5688ee9c2fee4b27a20fb2be8190.tar.gz
dejagnu-a60f6c7d46ba5688ee9c2fee4b27a20fb2be8190.tar.bz2
* config/sim.exp (sim_exec): New.
(sim_file): New. Signed-off-by: Ben Elliston <bje@gnu.org>
-rw-r--r--ChangeLog6
-rw-r--r--config/sim.exp10
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22b5c9e..0475d99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-23 Steve Ellcey <sellcey@mips.com>
+ Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/sim.exp (sim_exec): New.
+ (sim_file): New.
+
2013-12-08 Richard Sandiford <rdsandiford@googlemail.com>
* lib/dg.exp (dg-test): Don't put the expected and actual output
diff --git a/config/sim.exp b/config/sim.exp
index ab83835..87bd403 100644
--- a/config/sim.exp
+++ b/config/sim.exp
@@ -133,6 +133,16 @@ proc sim_upload { dest srcfile args } {
return [remote_upload host $srcfile $args]
}
+proc sim_exec { dest srcfile args } {
+ perror "Remote execution for simulators not implemented."
+ verbose -log "Remote execution for simulators not implemented."
+ return -1
+}
+
+proc sim_file { board args } {
+ return [eval [list remote_file host] $args]
+}
+
set_board_info protocol "sim"
# By default, assume the simulator is slow. This causes some tests