From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23207 invoked by alias); 13 Mar 2009 09:53:43 -0000 Received: (qmail 23198 invoked by uid 22791); 13 Mar 2009 09:53:42 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_83,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Mar 2009 09:53:07 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KGF00M00VC3S100@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Fri, 13 Mar 2009 11:52:58 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.228.91]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGF007GMVG9KX50@i-mtaout7.012.net.il>; Fri, 13 Mar 2009 11:52:58 +0200 (IST) Date: Fri, 13 Mar 2009 10:08:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Set I386_USE_GENERIC_WATCHPOINTS in configure In-reply-to: <000901c9a372$89647070$9c2d5150$@u-strasbg.fr> To: Pierre Muller Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <000901c9a372$89647070$9c2d5150$@u-strasbg.fr> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00200.txt.bz2 > From: "Pierre Muller" > 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.