From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24166 invoked by alias); 6 Dec 2007 11:21:14 -0000 Received: (qmail 24153 invoked by uid 22791); 6 Dec 2007 11:21:13 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Dec 2007 11:21:07 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 1741B18701E for ; Thu, 6 Dec 2007 12:25:25 +0100 (CET) From: "Pierre Muller" To: References: <000001c82dad$e507e0b0$af17a210$@u-strasbg.fr> <20071124210708.GE4928@ednor.casa.cgf.cx> <20071124224727.GA13580@caradoc.them.org> <20071125173207.GA7689@ednor.casa.cgf.cx> <20071125190823.GA11606@caradoc.them.org> <20071125221238.GB10356@ednor.casa.cgf.cx> <000901c83270$2a7f7060$7f7e5120$@u-strasbg.fr> <20071202024311.GB15745@ednor.casa.cgf.cx> <20071202040023.GA20011@caradoc.them.org> <000001c835bf$95610bd0$c0232370$@u-strasbg.fr> <20071206043523.GA5142@ednor.casa.cgf.cx> In-Reply-To: <20071206043523.GA5142@ednor.casa.cgf.cx> Subject: RE: [RFA v3] Allow cygwin native to compile with --enable-64-bit-bfd Date: Thu, 06 Dec 2007 14:06:00 -0000 Message-ID: <000f01c837fa$13661cf0$3a3256d0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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-12/txt/msg00104.txt.bz2 > >> > >2007-11-28 Pierre Muller > >> > > > >> > > *win32-nat.c: Allow compilation if CORE_ADDR is 8 byte > long. > >> > > Add "gdb_stdint.h" dependency required for uintptr_t type > use. > >> > >> Added includes -> update Makefile.in. Tom's been working on > automatic > >> dependencies for GCC. Maybe we can do something similar for GDB > >> soon... > > > > I modified the patch to add the change to Makefile.in. > > > > > > After checking again that there was > >no change to the testsuite. > > > >OK to commit? > > Ok. Thanks, I just commit this, after verifying that you can now create a cygwin gdb with "--enable-targets=all --enable-64bit-bfd" configure options. Pierre Muller