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]
Other format: [Raw text]

Re: patch to add QNX NTO i386 support


On Tue, 4 Feb 2003, Kris Warkentin wrote:

> That would be a lack of understanding on my part.  I assumed we needed to
> give aliases for any filename longer than 8+3.  You're saying we just need
> to be conscious of the autoconversion dos stuff.

Yes, the file names are automatically truncated to 8+3 when the tarball 
is unpacked on 8+3 filesystems.  So only files that map to the same name 
after this truncation should be considered.  Also, file whose name 
includes characters that DOS does not allow (like `+' in `gdb.c++') 
should be mapped to something different.

> In that case, probably the
> only ones I'd need to look at would be the remote-qnx* and the tm-i386nto.h.

Yes.

> Revised patch attached.

Thanks.


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