From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IavCT-0007DG-6i for qemu-devel@nongnu.org; Thu, 27 Sep 2007 11:22:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IavCQ-0007A0-Mx for qemu-devel@nongnu.org; Thu, 27 Sep 2007 11:22:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IavCQ-00079c-GC for qemu-devel@nongnu.org; Thu, 27 Sep 2007 11:22:46 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IavCQ-00018U-5N for qemu-devel@nongnu.org; Thu, 27 Sep 2007 11:22:46 -0400 Date: Thu, 27 Sep 2007 16:22:42 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] qemu/target-ppc translate_init.c Message-ID: <20070927152242.GA13317@networkno.de> References: <1190901605.9712.10.camel@jma4.dev.netgem.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1190901605.9712.10.camel@jma4.dev.netgem.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jocelyn Mayer Cc: qemu-devel@nongnu.org Jocelyn Mayer wrote: > On Thu, 2007-09-27 at 12:48 +0000, Thiemo Seufer wrote: > > CVSROOT: /sources/qemu > > Module name: qemu > > Changes by: Thiemo Seufer 07/09/27 12:48:12 > > > > Modified files: > > target-ppc : translate_init.c > > > > Log message: > > Build fix for PowerPC hosts, where "PPC" is a predefined macro name. > > > > CVSWeb URLs: > > http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/translate_init.c?cvsroot=qemu&r1=1.25&r2=1.26 > > > > Then why did the CPU_POWERPC_PPC name did not have to be changed ? > There's something inconsistent in this patch... CPU_POWERPC_PPC_GENERIC just looked too verbose to me. Change it if you dsagree. Thiemo