This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [patch] IS_ABSOLUTE_PATH to handle both DOS and POSIX path st yles


> From: Aleksandar Ristovski <ARistovski@qnx.com>
> Cc: gcc-patches@gcc.gnu.org, Ryan Mansfield <RMansfield@qnx.com>
> Date: Sat, 5 Jan 2008 10:44:02 -0500 
> 
> > What would be the use of these _ANY predicates?  We always run on a
> > platform that is either DOS or Posix, but never both, right?
> 
> I tried to explain in the comment. The actual need is in GDB when we debug
> on linux a binary cross-compiled on windows.

But the form of the file names is determined by the platform on which
you compiled the sources, right?  So are you talking about a use case
where a program was compiled on Windows, and is then debugged on a
GNU/Linux host?


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