From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23162 invoked by alias); 13 Sep 2006 20:30:17 -0000 Received: (qmail 23154 invoked by uid 22791); 13 Sep 2006 20:30:16 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 13 Sep 2006 20:30:12 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GNbN3-0005Ul-B3; Wed, 13 Sep 2006 16:30:09 -0400 Date: Wed, 13 Sep 2006 20:30:00 -0000 From: Daniel Jacobowitz To: Chris Johns Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: H8300 simulator on MinGW fails to compile. Message-ID: <20060913203009.GA21009@nevyn.them.org> Mail-Followup-To: Chris Johns , Eli Zaretskii , gdb-patches@sources.redhat.com References: <4507FA7A.70504@rtems.org> <450865A0.7070604@rtems.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <450865A0.7070604@rtems.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00070.txt.bz2 First, a minor point: your patch was reversed, deleting instead of adding. New file second on the diff command line. On Thu, Sep 14, 2006 at 06:10:08AM +1000, Chris Johns wrote: > ../../../gdb-6.5/sim/h8300/compile.c: In function `sim_resume': > ../../../gdb-6.5/sim/h8300/compile.c:1942: error: `SIGBUS' undeclared > (first use in this function) > ../../../gdb-6.5/sim/h8300/compile.c:1942: error: (Each undeclared > identifier is reported only once > ../../../gdb-6.5/sim/h8300/compile.c:1942: error: for each function it > appears in.) > make[3]: *** [compile.o] Error 1 Some work has been done to reduce the use of host signal numbers in the simulator. Rather than adding more bandaids, we need to do more to switch to either the SIM_* or TARGET_SIGNAL_* constants. The host's numbers just aren't relevant. Unfortunately all the code is somewhat tangled in multiple sims. -- Daniel Jacobowitz CodeSourcery