From 42b7944dd6b70ec8db958d51e5f2f564c0027603 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Sun, 2 Feb 2003 16:01:41 +0000 Subject: [PATCH] 2003-01-31 Kazu Hirata * dejagnu/baseboards/h8300-sim.exp: Don't set needs_status_wrapper. --- ChangeLog | 13 ++++++++++++- baseboards/h8300-sim.exp | 2 -- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 415fd25..0d2ec36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-01-31 Kazu Hirata + + * dejagnu/baseboards/h8300-sim.exp: Don't set + needs_status_wrapper. + +2002-11-12 Hans-Peter Nilsson + * lib/libgloss.exp (newlib_include_flags): Use -isystem, not -I. + (libio_include_flags, g++_include_flags, libstdc++_include_flags, + winsup_include_flags): Ditto. + * doc/user.sgml (Local Config File): Use -isystem, not -I, in + example. + 2002-11-21 Matt Bemis *modified xml_output to handle null input and output @@ -16,7 +28,6 @@ * doc/user.sgml (Local Config File): Use -isystem, not -I, in example. -2002-11-12 Peter Breitenlohner 2002-10-29 Maciej W. Rozycki * Makefile.am: Add support for DESTDIR. * Makefile.in: Regenerated. diff --git a/baseboards/h8300-sim.exp b/baseboards/h8300-sim.exp index 340cd72..0fb7e40 100644 --- a/baseboards/h8300-sim.exp +++ b/baseboards/h8300-sim.exp @@ -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. -- 2.34.1