From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOtHR-0006cR-AS for qemu-devel@nongnu.org; Tue, 24 May 2011 11:12:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOtHQ-0004yo-8Q for qemu-devel@nongnu.org; Tue, 24 May 2011 11:12:21 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:47778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOtHQ-0004xa-29 for qemu-devel@nongnu.org; Tue, 24 May 2011 11:12:20 -0400 Received: by pzk30 with SMTP id 30so3656967pzk.4 for ; Tue, 24 May 2011 08:12:19 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1306186971-9528-4-git-send-email-aurelien@aurel32.net> References: <1306186971-9528-1-git-send-email-aurelien@aurel32.net> <1306186971-9528-4-git-send-email-aurelien@aurel32.net> Date: Tue, 24 May 2011 16:12:18 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 3/9] target-i386: remove old code handling float64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 23 May 2011 22:42, Aurelien Jarno wrote: > Now that target-i386 uses softfloat, floatx80 is always available and > there is no need anymore to have code handling both float64 and floax80. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell