From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20749 invoked by alias); 11 Jan 2009 18:37:11 -0000 Received: (qmail 20739 invoked by uid 22791); 11 Jan 2009 18:37:11 -0000 X-Spam-Check-By: sourceware.org Received: from pool-96-233-71-199.bstnma.fios.verizon.net (HELO cgf.cx) (96.233.71.199) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 11 Jan 2009 18:36:35 +0000 Received: from ednor.cgf.cx (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id D338313C028; Sun, 11 Jan 2009 13:36:25 -0500 (EST) Received: by ednor.cgf.cx (Postfix, from userid 201) id D17512B385; Sun, 11 Jan 2009 13:36:25 -0500 (EST) Date: Sun, 11 Jan 2009 18:37:00 -0000 From: Christopher Faylor To: gdb-patches@sourceware.org, Joel Brobecker , Jan Kratochvil Subject: Re: [RFA/win32] move win32_xfer_shared_library to (new) win32-tdep... Message-ID: <20090111183625.GA10501@ednor.casa.cgf.cx> Mail-Followup-To: gdb-patches@sourceware.org, Joel Brobecker , Jan Kratochvil References: <20090110090843.GB29274@adacore.com> <20090110165031.GB24850@ednor.casa.cgf.cx> <20090111041848.GQ24105@adacore.com> <20090111042411.GA8509@ednor.casa.cgf.cx> <20090111132129.GS24105@adacore.com> <20090111155801.GA18734@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090111155801.GA18734@host0.dyn.jankratochvil.net> 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: 2009-01/txt/msg00247.txt.bz2 On Sun, Jan 11, 2009 at 04:58:01PM +0100, Jan Kratochvil wrote: >On Sun, 11 Jan 2009 14:21:29 +0100, Joel Brobecker wrote: >> Excellent! Thank you, Chris. The two patches have now been checked in. >> >> > I don't know of any way to do a "mv" in CVS. If no one objects, I'll do >> > some surgery on the CVS repository to make a copy of windows-nat.c >> > and windows-tdep.c to make it look like they always existed and then >> > I'll cvs delete the old files and change Makefile.in. >> >> Thanks for taking care of that too. The files are ready for the "move". > >x86_64-unknown-linux-gnu now fails using --enable-targets=all: >libgdb.a(i386-cygwin-tdep.o): In function `core_process_module_section': >.../gdb/i386-cygwin-tdep.c:160: undefined reference to `win32_xfer_shared_library' > >Please apply possibly adjusted before/after the expected renaming. ACK cgf