From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: [rfa/doc] Updates to gdbint.texinfo Date: Fri, 29 Jun 2001 13:41:00 -0000 Message-id: <20010629164232.A8545@redhat.com> References: <3B3CC68E.3040504@cygnus.com> <1483-Fri29Jun2001221859+0300-eliz@is.elta.co.il> X-SW-Source: 2001-06/msg00540.html On Fri, Jun 29, 2001 at 10:18:59PM +0300, Eli Zaretskii wrote: >> + @subsection File Names >> + >> + Any file that is used to build @value{GDBN} on either DJGPP or Cygwin >> + must be 8.3 compliant. > >I suggest to add here that file names which match but for the letter >case will make trouble on DOS and Windows, even if long file names are >supported. Right. Also the 8.3 rule is just for DJGPP. Cygwin/Windows has no problem with longer filenames. cgf