This is the mail archive of the gdb-patches@sourceware.org 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: [RFC] Set I386_USE_GENERIC_WATCHPOINTS in configure


> From: "Pierre Muller" <muller@ics.u-strasbg.fr>
> Date: Fri, 13 Mar 2009 01:27:47 +0100
> 
> 	* i386-dr-nat.h: New file.
> 	Exports some functions from i386-nat.c.
> [...]
> 	* go32-nat.c: Include i386-dr-nat.h.

Please don't introduce files that are needed for the DJGPP
(a.k.a. go32) port of GDB and whose file names exceed the DOS 8+3 file
namespace limitations, because they can some day clash with another
file name.  It is okay to introduce such files if they are not needed
for the DJGPP build, because we tweak their names in fnchange.lst, but
such renaming cannot easily be done for files that are needed during
the build.


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