From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21590 invoked by alias); 25 Jun 2003 21:39:31 -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 19617 invoked from network); 25 Jun 2003 18:54:22 -0000 Received: from unknown (HELO mail.cs.umass.edu) (128.119.243.168) by sources.redhat.com with SMTP; 25 Jun 2003 18:54:22 -0000 Received: from localhost (IDENT:D4wRyP9E/X38Um/j6zL5XfByMmAIv8Hh@loki.cs.umass.edu [128.119.243.168]) by mail.cs.umass.edu (8.12.9/8.12.5) with ESMTP id h5PIrfdF002030; Wed, 25 Jun 2003 14:53:41 -0400 Date: Wed, 25 Jun 2003 21:39:00 -0000 Message-Id: <20030625.145341.112286408.kazu@cs.umass.edu> To: msnyder@redhat.com Cc: ac131313@redhat.com, gdb-patches@sources.redhat.com, rsandifo@redhat.com, aoliva@redhat.com, vinschen@redhat.com, dvenkat@noida.hcltech.com Subject: Re: [preliminary patch] sim/h8300/compile.c: abort when abort is called. From: Kazu Hirata In-Reply-To: <3EF8CDD7.7060103@redhat.com> References: <20030624.035043.10249396.kazu@cs.umass.edu> <3EF87254.1060900@redhat.com> <3EF8CDD7.7060103@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Net-Tests: NO (loki, relay 128.119.243.168) X-Spam-Checked: This message probably not SPAM X-Spam-Score: -2, Required: 5 X-Spam-Tests: IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Spam-Report: ---- Start SpamAssassin results -2.00 points, 5 required; * -0.5 -- Has a valid-looking References header * -0.5 -- Has a In-Reply-To header * -0.5 -- BODY: Contains what looks like a quoted email text * -0.5 -- Reply with quoted text ---- End of SpamAssassin results X-Scanned-By: MIMEDefang 2.30 (www . roaringpenguin . com / mimedefang) X-SW-Source: 2003-06/txt/msg00771.txt.bz2 Hi Michael, > Yeah, and I didn't think about the stop signal, but it seems > like we're ready to do that too. Kazu, try this, and with your > approval I'll check it in. Thanks! This patch works. If I use abort(), I get "program stopped with signal 6", which is correct. Without this patch, I get "program stopped with signal 5." p.s. Actually, even without this, your patch to nrun.c seems to be enough for running gcc testsuite. Kazu Hirata