From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNVWp-0004bM-Dd for qemu-devel@nongnu.org; Fri, 20 May 2011 15:38:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNVWo-0003VQ-B0 for qemu-devel@nongnu.org; Fri, 20 May 2011 15:38:31 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:36796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNVWo-0003VK-8n for qemu-devel@nongnu.org; Fri, 20 May 2011 15:38:30 -0400 Received: by qyk36 with SMTP id 36so475700qyk.4 for ; Fri, 20 May 2011 12:38:29 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1305812821-6805-3-git-send-email-pbonzini@redhat.com> References: <1305812821-6805-1-git-send-email-pbonzini@redhat.com> <1305812821-6805-3-git-send-email-pbonzini@redhat.com> From: Blue Swirl Date: Fri, 20 May 2011 22:38:09 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/3] softfloat: extract softfloat-target.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Thu, May 19, 2011 at 4:47 PM, Paolo Bonzini wrote: > Most definitions in softfloat.h are really target-independent. =C2=A0Spli= t > the few that stand out as target-dependent, to allow including > softfloat.h from files that are not compiled per-target. Maybe the next step should be (or in place of this patch) to move the various defines to target-xyz/cpu.h?