This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]