From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30022 invoked by alias); 19 Jun 2006 03:22:31 -0000 Received: (qmail 30014 invoked by uid 22791); 19 Jun 2006 03:22:31 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Jun 2006 03:22:29 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-200-161.inter.net.il [84.228.200.161]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EXP54259 (AUTH halo1); Mon, 19 Jun 2006 06:22:26 +0300 (IDT) Date: Mon, 19 Jun 2006 03:22:00 -0000 Message-Id: From: Eli Zaretskii To: Michael Fischer , gdb-patches@sourceware.org In-reply-to: <20060618201551.GA6038@trixie.casa.cgf.cx> (message from Christopher Faylor on Sun, 18 Jun 2006 16:15:51 -0400) Subject: Re: AW: AW: [PATCH] source.s: Fix problem handling windows like path with MinGW Reply-to: Eli Zaretskii References: <20060618201551.GA6038@trixie.casa.cgf.cx> 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/msg00266.txt.bz2 > Date: Sun, 18 Jun 2006 16:15:51 -0400 > From: Christopher Faylor > > Yes, that's right. So, it should be: > > #if defined(__MSDOS__) || (!defined (__CYGWIN__) && defined (_WIN32)) Agreed. > I'm surprised that there isn't something like that already in place. Me too. Can someone who routinely builds MinGW ports (Daniel?) please comment? How do you get GDB to DTRT without defining DIRNAME_SEPARATOR to be `;'?