From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23135 invoked by alias); 24 Jun 2005 14:33:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23118 invoked by uid 22791); 24 Jun 2005 14:33:41 -0000 Received: from lon-del-03.spheriq.net (HELO lon-del-03.spheriq.net) (195.46.50.99) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 24 Jun 2005 14:33:41 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-03.spheriq.net with ESMTP id j5OEXdm1021603 for ; Fri, 24 Jun 2005 14:33:39 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-02.spheriq.net with ESMTP id j5OEWU9t018050 for ; Fri, 24 Jun 2005 14:32:30 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id j5OEXbBG028260 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 24 Jun 2005 14:33:38 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0214DDA44; Fri, 24 Jun 2005 14:33:36 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 91877474E7; Fri, 24 Jun 2005 14:35:29 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4A6FA7599B; Fri, 24 Jun 2005 14:35:29 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 023274760B; Fri, 24 Jun 2005 14:35:27 +0000 (GMT) Received: from terrorhawk.bri.st.com (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.4.4-GR) with ESMTP id BMJ01461 (AUTH "andrew stubbs"); Fri, 24 Jun 2005 15:33:32 +0100 (BST) To: "Daniel Jacobowitz" Cc: gdb@sources.redhat.com Subject: Re: host_makefile_frag and cross debugging References: <20050624140917.GA16942@nevyn.them.org> Message-ID: Date: Fri, 24 Jun 2005 14:33:00 -0000 From: Andrew STUBBS Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <20050624140917.GA16942@nevyn.them.org> User-Agent: Opera M2/8.01 (Win32, build 7642) X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 2.2.1 X-SW-Source: 2005-06/txt/msg00232.txt.bz2 On Fri, 24 Jun 2005 15:09:17 +0100, Daniel Jacobowitz wrote: > Host fragments are for native debugger support routines now - only. So what's the official way of making host configurations these days then? >> What am I missing? > > You're missing the fact that xm-mingw32.h comes from your local > patches, not from the FSF tree. CVS gdb has absolutely no xm files > left - even after Mark has added most of a MinGW host support. That may be true - I haven't checked - but GDB 6.3 still had two: $ find . -name 'xm-*.h' ./gdb/config/i386/xm-cygwin.h ./gdb/config/i386/xm-go32.h and these do exactly the sort of things I need done. The MinGW patches have merely followed the pattern. I don't deny that I may need to do it a different way, but somehow I need to make the adjustments required by Windows, even though the debugger is targeted at SH. Any pointers would be great. Thanks Andrew Stubbs