From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNMWp-0002Al-O7 for qemu-devel@nongnu.org; Fri, 20 May 2011 06:01:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNMWo-0005ou-Jn for qemu-devel@nongnu.org; Fri, 20 May 2011 06:01:55 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:60019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNMWo-0005on-GB for qemu-devel@nongnu.org; Fri, 20 May 2011 06:01:54 -0400 Received: by iwl42 with SMTP id 42so3436866iwl.4 for ; Fri, 20 May 2011 03:01:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1305468801-6015-2-git-send-email-aurelien@aurel32.net> References: <1305468801-6015-1-git-send-email-aurelien@aurel32.net> <1305468801-6015-2-git-send-email-aurelien@aurel32.net> Date: Fri, 20 May 2011 11:01:53 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 01/11] target-ppc: remove old CONFIG_SOFTFLOAT #ifdef List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org, Alexander Graf On 15 May 2011 15:13, Aurelien Jarno wrote: > target-ppc has been switched to softfloat only long ago, but a > few #ifdef CONFIG_SOFTFLOAT have been forgotten. Remove them. > > Cc: Alexander Graf > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell