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: [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 */


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