From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21060 invoked by alias); 7 Jul 2003 18:55:24 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21053 invoked from network); 7 Jul 2003 18:55:23 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 7 Jul 2003 18:55:23 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A7BE22B5F; Mon, 7 Jul 2003 14:55:13 -0400 (EDT) Message-ID: <3F09C211.90005@redhat.com> Date: Mon, 07 Jul 2003 18:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Kei Sakamoto , gdb-patches@sources.redhat.com Subject: Re: [patch/testcase] gdb.base/bang.exp: accespt sim's output References: <011201c341d6$5c5d48d0$5169910a@KEI> <3F098189.2090601@redhat.com> <20030707143321.GA1860@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00139.txt.bz2 > This is from the test wrapper stuff? Now that the h8300 is fixed (exits >> with proper exit codes), wouldn't it be better to instead just delete >> the wrapper stuff from the test framework and make the h8300 a normal >> target? > > > Well, ARM has the same problem; the trap it uses to report exits by > default doesn't seem to support an exit code. That is either a bug in the simulator (or if finally fixed) a bug in the test framework. People kept cloning that wrapper stuff when it wasn't needed :-( Andrew