From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24018 invoked by alias); 8 May 2009 22:57:29 -0000 Received: (qmail 24008 invoked by uid 22791); 8 May 2009 22:57:29 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 May 2009 22:57:24 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n48MvLkQ012754; Fri, 8 May 2009 18:57:21 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n48MvJBa016321; Fri, 8 May 2009 18:57:20 -0400 Received: from localhost.localdomain (vpn-13-86.rdu.redhat.com [10.11.13.86]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n48MvHH2003680; Fri, 8 May 2009 18:57:18 -0400 Date: Fri, 08 May 2009 22:57:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Cc: Mahesh Basavaraj Shavari Subject: Re: Mingw GDB build fails for M16C target Message-ID: <20090508155717.631b3bce@redhat.com> In-Reply-To: <20090428155724.1797d332@redhat.com> References: <82C3BC9106BCE149B63464D79D0A22FD0A68110C@sohm.kpit.com> <20090428155724.1797d332@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00183.txt.bz2 On Tue, 28 Apr 2009 15:57:24 -0700 Kevin Buettner wrote: > * m32c/gdb-if.c (m32c_signal_to_host): Rename to > m32c_signal_to_target. Change signal return values from SIGILL, > SIGTRAP, SIGSEGV, etc. to TARGET_SIGNAL_ILL, TARGET_SIGNAL_TRAP, > TARGET_SIGNAL_SEGV, etc. Fix all callers. Jim sent me an approval for this patch. Committed. Kevin