OSDN Git Service

* dejagnu/baseboards/h8300-sim.exp: Don't set
authorkazu <kazu>
Fri, 31 Jan 2003 22:08:36 +0000 (22:08 +0000)
committerkazu <kazu>
Fri, 31 Jan 2003 22:08:36 +0000 (22:08 +0000)
needs_status_wrapper.

dejagnu/ChangeLog
dejagnu/baseboards/h8300-sim.exp

index e53acbd..8c918ae 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-31  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * dejagnu/baseboards/h8300-sim.exp: Don't set
+       needs_status_wrapper.
+
 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
 
        * config.guess: Update to 2003-01-03 version.
index 340cd72..0fb7e40 100644 (file)
@@ -22,8 +22,6 @@ set_board_info compiler  "[find_gcc]"
 # We only support newlib on this target.
 set_board_info cflags  "[newlib_include_flags]"
 set_board_info ldflags  "[newlib_link_flags]"
-# The simulator doesn't return exit statuses and we need to indicate this.
-set_board_info needs_status_wrapper  1
 set_board_info uses_underscores 1
 
 # There's no support for argument-passing.