From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25763 invoked by alias); 24 Jun 2005 14:37:04 -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 25755 invoked by uid 22791); 24 Jun 2005 14:37:01 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 24 Jun 2005 14:37:01 +0000 Received: from drow by nevyn.them.org with local (Exim 4.51) id 1DlpIh-0004yH-8R; Fri, 24 Jun 2005 10:36:59 -0400 Date: Fri, 24 Jun 2005 14:37:00 -0000 From: Daniel Jacobowitz To: Andrew STUBBS Cc: gdb@sources.redhat.com Subject: Re: host_makefile_frag and cross debugging Message-ID: <20050624143659.GA18982@nevyn.them.org> Mail-Followup-To: Andrew STUBBS , gdb@sources.redhat.com References: <20050624140917.GA16942@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-06/txt/msg00233.txt.bz2 On Fri, Jun 24, 2005 at 03:31:48PM +0100, Andrew STUBBS wrote: > 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? Autoconf mostly. The xm files are gone; do the test elsewhere. Check what CVS does for path separators. Eli fixed these not long ago. > >>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. But they already didn't work for cross debuggers, because we were mostly through the process of removing them. -- Daniel Jacobowitz CodeSourcery, LLC