From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27212 invoked by alias); 2 Jul 2003 19:06:22 -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 27204 invoked from network); 2 Jul 2003 19:06:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Jul 2003 19:06:21 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h62J6KH28789 for ; Wed, 2 Jul 2003 15:06:21 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h62J5HS05035; Wed, 2 Jul 2003 15:05:17 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h62J5GK05323; Wed, 2 Jul 2003 12:05:16 -0700 Message-ID: <3F032CEC.8070509@redhat.com> Date: Wed, 02 Jul 2003 19:06:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kazu Hirata 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. References: <20030624.035043.10249396.kazu@cs.umass.edu> <3EF87254.1060900@redhat.com> <3EF8CDD7.7060103@redhat.com> <20030625.145341.112286408.kazu@cs.umass.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00048.txt.bz2 Kazu Hirata wrote: > 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." OK, committed.