aboutsummaryrefslogtreecommitdiff
path: root/baseboards/mn10300-sim.exp
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2004-06-15 03:52:31 +0000
committerRob Savoye <rob@welcomehome.org>2004-06-15 03:52:31 +0000
commit89e1c58d8e076cf6465a76f384cc16431cf2df84 (patch)
treeb0be2b6f88fb9e3cb8e28069e36d6d66cd0629c0 /baseboards/mn10300-sim.exp
parent5aef69c549151cc02df0409c62e40d9879886f05 (diff)
downloaddejagnu-89e1c58d8e076cf6465a76f384cc16431cf2df84.zip
dejagnu-89e1c58d8e076cf6465a76f384cc16431cf2df84.tar.gz
dejagnu-89e1c58d8e076cf6465a76f384cc16431cf2df84.tar.bz2
from Alexandre Oliva <aoliva@redhat.com>
* baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty string.
Diffstat (limited to 'baseboards/mn10300-sim.exp')
-rw-r--r--baseboards/mn10300-sim.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/baseboards/mn10300-sim.exp b/baseboards/mn10300-sim.exp
index 4addd12..ed9d161 100644
--- a/baseboards/mn10300-sim.exp
+++ b/baseboards/mn10300-sim.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
+# Copyright (C) 1997 - 2003, 2004 Free Software
# Foundation, Inc.
#
# This file is part of DejaGnu.
@@ -46,7 +46,7 @@ set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
set_board_info ldscript "-Tsim.ld"
# The simulator doesn't return exit statuses and we need to indicate this.
-set_board_info needs_status_wrapper 0
+set_board_info needs_status_wrapper ""
# We can't pass args to the simulator or get exit status back from the
# simulator, nor does the simulator support real signals.