From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19635 invoked by alias); 10 Jan 2009 11:18:50 -0000 Received: (qmail 19627 invoked by uid 22791); 10 Jan 2009 11:18:49 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Jan 2009 11:18:08 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KD900I005M80900@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Sat, 10 Jan 2009 13:18:11 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KD9009D162AI001@i_mtaout2.012.net.il>; Sat, 10 Jan 2009 13:18:11 +0200 (IST) Date: Sat, 10 Jan 2009 11:18:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Add support for 64bit Windows In-reply-to: <20090110104354.GO24105@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20090110091316.GC29274@adacore.com> <20090110104354.GO24105@adacore.com> 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-01/txt/msg00224.txt.bz2 > Date: Sat, 10 Jan 2009 14:43:54 +0400 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > > * amd64-windows-nat.c, amd64-windows-tdep.c: New files. > > > > Please also add the necessary tweaks to config/djgpp/fnchange.lst to > > handle these two files. > > You're right. Thanks for spotting this. Here is a new patch. Thanks, I'm happy now.