From 9ca4847c3ff411d883cbd6448dff93516a87dab9 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Sat, 15 Feb 2014 10:24:50 +1100 Subject: [PATCH] * config/sim.exp (sim_exec): New. Signed-off-by: Ben Elliston --- ChangeLog | 4 ++++ config/sim.exp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 22b5c9e..bb701b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-02-15 Steve Ellcey + + * config/sim.exp (sim_exec): New. + 2013-12-08 Richard Sandiford * 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..be5b6ce 100644 --- a/config/sim.exp +++ b/config/sim.exp @@ -133,6 +133,10 @@ proc sim_upload { dest srcfile args } { return [remote_upload host $srcfile $args] } +proc sim_exec { dest srcfile args } { + return [remote_exec host $srcfile $args] +} + set_board_info protocol "sim" # By default, assume the simulator is slow. This causes some tests -- 2.7.4