> > Okay, here's the patch. > > Thanks. > > However, I don't understand why did you include some of the files in > fnchange.lst: AFAICS they don't create any conflicts. For example: > > > + @V@/gdb/config/tm-qnxnto.h @V@/gdb/config/tm-qnx.h > > There's no other file in the gdb/config/ directory whose name will > clash with tm-qnxnto.h after truncation to 8+3 limits. 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. In that case, probably the only ones I'd need to look at would be the remote-qnx* and the tm-i386nto.h. Revised patch attached. cheers, Kris