This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] new substitute path when loading feature
> Date: Thu, 15 May 2008 15:40:26 -0400
> From: Aleksandar Ristovski <aristovski@qnx.com>
> CC: Eli Zaretskii <eliz@gnu.org>, Daniel Jacobowitz <drow@false.org>
>
> You will probably want this wrapped in an if. In fact, I don't see
> how will it work properly with only one flag
Like this:
if (support_dos_filenames || HAVE_DOS_BASED_FILE_SYSTEM)
/* use DOS-ish comparisons */
else
/* use normal Unix comparisons, like what we do now */