From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57135 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORkJB-0006mB-Er for qemu-devel@nongnu.org; Thu, 24 Jun 2010 07:09:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORkJA-0002AV-4p for qemu-devel@nongnu.org; Thu, 24 Jun 2010 07:09:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59745) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORkJ9-0002AI-Sv for qemu-devel@nongnu.org; Thu, 24 Jun 2010 07:09:24 -0400 Message-ID: <4C233CDD.8040608@redhat.com> Date: Thu, 24 Jun 2010 13:09:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] poison TARGET_ for compile once. References: <20100624065253.GA4498@valinux.co.jp> <20100624071452.GB4498@valinux.co.jp> In-Reply-To: <20100624071452.GB4498@valinux.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: amit.shah@redhat.com, blauwirbel@gmail.com, qemu-devel@nongnu.org On 06/24/2010 09:14 AM, Isaku Yamahata wrote: > Sorry, I sent out the old patch. Here is the right one. > > Subject: [PATCH] poison TARGET_arch for compile once. > > poison TARGET_arch for compile once object > to prevent those ifdef from creeping in again. Why do you need to split poison.h? Are there identifiers that are not in your new poison-arch.h and can be legitimately used in target-independent code? Paolo