From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1893 invoked by alias); 16 Oct 2007 04:21:27 -0000 Received: (qmail 1885 invoked by uid 22791); 16 Oct 2007 04:21:27 -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; Tue, 16 Oct 2007 04:21:23 +0000 Received: by ednor.cgf.cx (Postfix, from userid 201) id A20E92B353; Tue, 16 Oct 2007 00:21:21 -0400 (EDT) Date: Tue, 16 Oct 2007 06:40:00 -0000 From: Christopher Faylor To: Pedro Alves , gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: Support of gdb for Windows 64 native systems Message-ID: <20071016042121.GA22246@ednor.casa.cgf.cx> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org, Eli Zaretskii References: <20071014051622.GC13789@adacore.com> <471200C5.6050609@portugalmail.pt> <20071014173921.GD11619@ednor.casa.cgf.cx> <471259B2.6050808@portugalmail.pt> <20071014221603.GA13096@ednor.casa.cgf.cx> <20071014222252.GA13023@caradoc.them.org> <20071015184525.GI14543@ednor.casa.cgf.cx> <20071015185451.GA3934@caradoc.them.org> <4713F838.9050104@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/msg00414.txt.bz2 On Tue, Oct 16, 2007 at 06:12:31AM +0200, Eli Zaretskii wrote: >> Date: Tue, 16 Oct 2007 00:31:04 +0100 >> From: Pedro Alves >> >> How about the attached? > >I have one concern: > >> -#include > >Why do you unconditionally remove this include? Doesn't the Cygwin >build want it? Actually, I wondered about this too and meant to ask. I assume that it isn't really needed? cgf