This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Re: Filename change to fit the "only one dot" limitation on DOS



   From: Robert Hoehne <robert.hoehne@gmx.net>
   Date: Sun, 14 Mar 1999 23:09:07 +0100

   On DOS, there are only one dot in a filename allowed. So I changed
   all the references in Makefile.in to the YY-files which refer to *.tab.*
   to *_tab.*. This should not change any behaviour, since those files
   are only generated files.

This seems reasonable, although '-' is more standard for GDB source files
than '_', and I would install the patch that way.  Just out of curiosity,
why isn't it a problem that the generated filenames are longer than 8 chars?

								Stan