This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH]: Symbol origin patch, with changelog


On Sat, Jan 06, 2001 at 10:59:58AM +0200, Eli Zaretskii wrote:
>> +   slash = strchr (name, '/'); 
>
>Bother.  Are we sure that some DOSish platform, such as MinGW, won't
>use backslashes in objfiles?  (I don't think this is a problem with
>DJGPP, at least not with native COFF debugging, because there are no
>leading directories in COFF debug info.)  Also, there are all kinds of
>complications with the drive letter brain-damage, e.g., the file name
>could be d:foo.o.

I *think* that recent versions of bfd convert all '\'s to '/'s.

cgf

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