From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13473 invoked by alias); 21 Oct 2007 19:37:59 -0000 Received: (qmail 13384 invoked by uid 22791); 21 Oct 2007 19:37:58 -0000 X-Spam-Check-By: sourceware.org Received: from pool-70-20-17-24.bstnma.fios.verizon.net (HELO ednor.cgf.cx) (70.20.17.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 21 Oct 2007 19:37:55 +0000 Received: by ednor.cgf.cx (Postfix, from userid 201) id 005F42B353; Sun, 21 Oct 2007 15:37:53 -0400 (EDT) Date: Sun, 21 Oct 2007 20:05:00 -0000 From: Christopher Faylor To: Pedro Alves , gdb-patches@sourceware.org Subject: Re: NEWS: Mention new native MinGW configuration Message-ID: <20071021193753.GA1344@ednor.casa.cgf.cx> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org References: <471A1BFE.3070609@portugalmail.pt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) 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: 2007-10/txt/msg00475.txt.bz2 On Sat, Oct 20, 2007 at 08:07:01PM +0200, Eli Zaretskii wrote: >> Date: Sat, 20 Oct 2007 16:17:18 +0100 >> From: Pedro Alves >> >> 2007-10-20 Pedro Alves >> >> * NEWS: Mention native MinGW configuration. > >Thanks! > >> +* GDB can now be built as a native debugger on native x86 Windows >> +(mingw32) systems for debugging Portable Executable (PE) executables. >> + > >Fine with me, but the second "native" should be removed, IMO. > >In fact, I suggest the following text: > > GDB can now be built as a native debugger for debugging Windows x86 > (mingw32) Portable Executable (PE) programs. Actually, I'd say that the the "for debugging" could go too: GDB can now be built as a native debugger for Windows x86 (mingw32) Portable Executable (PE) programs. cgf