From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17876 invoked by alias); 30 Mar 2005 16:12:50 -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 17751 invoked from network); 30 Mar 2005 16:12:39 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 30 Mar 2005 16:12:39 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DGfpF-0002lR-LU; Wed, 30 Mar 2005 11:13:49 -0500 Date: Wed, 30 Mar 2005 16:12:00 -0000 From: Daniel Jacobowitz To: Paul Brook Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] SIGTRAP undefined in arm simulator Message-ID: <20050330161348.GA10569@nevyn.them.org> Mail-Followup-To: Paul Brook , gdb-patches@sources.redhat.com References: <200503301707.44458.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503301707.44458.paul@codesourcery.com> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-03/txt/msg00389.txt.bz2 On Wed, Mar 30, 2005 at 05:07:43PM +0100, Paul Brook wrote: > The arm simulator doesn't build on i686-mingw32 hosts because SIGTRAP and > SIGBUS are not defined. > The patch below provides definitions for these, as happens for other > simulators. > > Applied to csl-arm-20050325-branch > Ok for mainline? > > Paul > > 2005-03-30 Paul Brook > > * arm/wrapper.c: Provide SIGTRAP and SIGBUS. Yes, this is OK. -- Daniel Jacobowitz CodeSourcery, LLC