This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] Set I386_USE_GENERIC_WATCHPOINTS in configure
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Pierre Muller <muller at ics dot u-strasbg dot fr>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 13 Mar 2009 11:52:46 +0200
- Subject: Re: [RFC] Set I386_USE_GENERIC_WATCHPOINTS in configure
- References: <000901c9a372$89647070$9c2d5150$@u-strasbg.fr>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> 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.