From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13741 invoked by alias); 27 Mar 2007 19:11:36 -0000 Received: (qmail 13733 invoked by uid 22791); 27 Mar 2007 19:11:36 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Mar 2007 20:11:28 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 022CA4B271; Tue, 27 Mar 2007 14:11:27 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id DDD1E4B26F; Tue, 27 Mar 2007 14:11:26 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HWH4o-0001QT-Fj; Tue, 27 Mar 2007 15:11:26 -0400 Date: Tue, 27 Mar 2007 19:11:00 -0000 From: Daniel Jacobowitz To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [New WinCE support] [patch 1/4] : mv win32-i386-low.c win32-low.c Message-ID: <20070327191126.GH28164@caradoc.them.org> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org References: <20070315235008.243411000@portugalmail.pt> <45F9FBE7.6070705@portugalmail.pt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45F9FBE7.6070705@portugalmail.pt> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) 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: 2007-03/txt/msg00267.txt.bz2 On Fri, Mar 16, 2007 at 02:07:35AM +0000, Pedro Alves wrote: > This patch renames gdbserver/win32-i386-low.c to > gdbserver/win32-low.c. Well, actually, it is mostly a > ChangeLog entry, as it is useless to post a patch for the file move. > Patch 4 will then move the i386 specifics into a new > win32-i386-low.c, and add a win32-arm-low.c with ARM stuff. > gdbserver/ChangeLog > > * win32-i386-low.c: Rename to ... > * win32-low.c: ... this. > * configure.srv: Replace win32-i386-low.o with win32-low.o. > * Makefile.in: Likewise. OK. -- Daniel Jacobowitz CodeSourcery