From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2714 invoked by alias); 20 Jun 2006 20:24:29 -0000 Received: (qmail 2700 invoked by uid 22791); 20 Jun 2006 20:24:28 -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; Tue, 20 Jun 2006 20:24:27 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fsmlo-0000Sh-Ou; Tue, 20 Jun 2006 16:24:20 -0400 Date: Tue, 20 Jun 2006 20:24:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: Masaki Muranaka , fischermi@t-online.de, gdb-patches@sourceware.org Subject: Re: AW: [PATCH] source.s: Fix problem handling windows like path with MinGW Message-ID: <20060620202420.GC1453@nevyn.them.org> Mail-Followup-To: Eli Zaretskii , Masaki Muranaka , fischermi@t-online.de, gdb-patches@sourceware.org References: <735259CC-31B1-4B61-A586-AF0B642CA374@monami-software.com> <245F9D05-6921-4988-9422-C0444CD688E6@monami-software.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 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-06/txt/msg00291.txt.bz2 On Mon, Jun 19, 2006 at 06:14:44AM +0300, Eli Zaretskii wrote: > > Cc: fischermi@t-online.de, gdb-patches@sourceware.org > > From: Masaki Muranaka > > Date: Mon, 19 Jun 2006 09:26:58 +0900 > > > > > So I think we should simply hard-code that in Windows native ports. > > > > GCC3.4.x uses PATH_SEPARATOR and it seems that has > > no issue. What is the difference between GCC and GDB? > > I have no idea. I don't track GCC development. Someone else will > have to answer that. It does not use the PATH_SEPARATOR selected by autoconf. Don't confuse the two just because they have the same name. It's manually set in xm-mingw32.h; the one in configure is only used by configure, and reflects on the build system, not the host system. -- Daniel Jacobowitz CodeSourcery