From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7472 invoked by alias); 14 Sep 2006 23:43:06 -0000 Received: (qmail 7463 invoked by uid 22791); 14 Sep 2006 23:43:05 -0000 X-Spam-Check-By: sourceware.org Received: from omta01ps.mx.bigpond.com (HELO omta01ps.mx.bigpond.com) (144.140.82.153) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Sep 2006 23:43:00 +0000 Received: from kiwi.ods.com.au ([60.227.162.172]) by omta01ps.mx.bigpond.com with ESMTP id <20060914234255.LKKE8871.omta01ps.mx.bigpond.com@kiwi.ods.com.au>; Thu, 14 Sep 2006 23:42:55 +0000 Received: from [172.16.100.194] (lapdog.ods.com.au [172.16.100.194]) by kiwi.ods.com.au (8.12.8/8.12.8) with ESMTP id k8ENgrOG007118; Fri, 15 Sep 2006 09:42:54 +1000 Message-ID: <4509E901.6080600@rtems.org> Date: Thu, 14 Sep 2006 23:43:00 -0000 From: Chris Johns User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com CC: Eli Zaretskii Subject: Re: H8300 simulator on MinGW fails to compile. References: <4507FA7A.70504@rtems.org> <450865A0.7070604@rtems.org> <20060913203009.GA21009@nevyn.them.org> <4508AEC7.4040803@rtems.org> <20060914030529.GA31175@nevyn.them.org> In-Reply-To: <20060914030529.GA31175@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00078.txt.bz2 Daniel Jacobowitz wrote: > > I'm not entirely sure any more; it's been ages since I looked at these. > I think the SIM_SIG* constants may be older than the TARGET_SIGNAL_* > constants; I don't think we need both... but I really don't know. The > problem is that a given int variable could hold any of the three right > now. > I am confused about the source of the host signals. The nrun.c file has code to handle the host signals. Are they coming from the gdb UI or something similar ? > It's a righteous mess. It does not look great but then again I do not know the code to make a clear judgement. What is simplest way to run 'make check' on the simulator ? Regards Chris