AW: [PATCH] source.s: Fix problem handling windows like path with MinGW

Daniel Jacobowitz drow@false.org
Tue Jun 20 20:24:00 GMT 2006


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 <monaka@monami-software.com>
> > 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



More information about the Gdb-patches mailing list