This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: [testsuite]
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: qinfeng dot zhang at philips dot com
- Cc: gcc at gcc dot gnu dot org, <gcc-help at gcc dot gnu dot org>
- Date: Thu, 19 Jun 2003 07:48:26 -0400 (EDT)
- Subject: Re: [testsuite]
On Thu, 19 Jun 2003 qinfeng.zhang@philips.com wrote:
> In simulator, when program executed right, it return nothing . so wheter just the
> exit status is not defined properly.
I think I see what you mean now. You have to pass on the
program exit status from the simulated program when the
simulator exits, or else put
set_board_info needs_status_wrapper 1
in your baseboard file (the one you added to
dejagnu/baseboards).
brgds, H-P