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: [PATCH] symfile.c, find_separate_debug_file


> From: "Michael Snyder" <msnyder@sonic.net>
> Cc: <drow@false.org>, <gdb-patches@sourceware.org>
> Date: Fri, 3 Aug 2007 07:37:35 -0700
> 
> Yes, I understood exactly what Daniel meant.  I was saying,
> the existing code uses the literal '/' instead of the symbolic
> DIR_SEPARATOR.

I have nothing against appending a literal "/", but comparing against
a literal '/' should be done via IS_DIR_SEPARATOR.


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