From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix issues with DOSish file names in symbol tables Date: Mon, 30 Apr 2001 03:31:00 -0000 Message-id: References: <15084.39992.691349.50765@kwikemart.cygnus.com> X-SW-Source: 2001-04/msg00272.html On Sun, 29 Apr 2001, Elena Zannoni wrote: > Eli Zaretskii writes: > > The following minor changes fix GDB handling of DOS-style file and > > directory names recorded in the debug info. The specific issues are: > > the form of an absolute file name and the case-insensitive nature of > > the underlying file system, which can leak into the debug info. > > > > It seems like Jim Blandy and/or Elena need to approve this. > > > > Okay to commit? > > Eli, > > yes, ok with me. 2 less occurrences of STREQ, excellent! This is a bonus ;-) I committed this. Thanks for a swift response.