From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9ecJ-00018i-M2 for qemu-devel@nongnu.org; Fri, 30 Sep 2011 11:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9ecI-0000DW-6Y for qemu-devel@nongnu.org; Fri, 30 Sep 2011 11:03:11 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:34764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9ecI-0000DL-1o for qemu-devel@nongnu.org; Fri, 30 Sep 2011 11:03:10 -0400 Received: by wwg14 with SMTP id 14so2478501wwg.10 for ; Fri, 30 Sep 2011 08:03:08 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E85DA27.5000205@twiddle.net> Date: Fri, 30 Sep 2011 08:03:03 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1317230853-24970-1-git-send-email-peter.maydell@linaro.org> <1317230853-24970-2-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1317230853-24970-2-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] softfloat: Reinstate accidentally disabled target-specific NaN handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On 09/28/2011 10:27 AM, Peter Maydell wrote: > Include config.h in softfloat.c, so that the target specific ifdefs in > softfloat-specialize.h are evaluated correctly. This was accidentally > broken in commit 789ec7ce2 when config-target.h was removed from > softfloat.h, and means that most targets will have been returning the > wrong results for calculations involving NaNs. > > Signed-off-by: Peter Maydell Reviewed-by: Richard Henderson r~