From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbZrR-0004nY-RH for qemu-devel@nongnu.org; Wed, 08 Feb 2017 16:33:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbZrN-0007dj-Pz for qemu-devel@nongnu.org; Wed, 08 Feb 2017 16:33:09 -0500 Received: from mail-io0-x244.google.com ([2607:f8b0:4001:c06::244]:33164) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cbZrN-0007da-LT for qemu-devel@nongnu.org; Wed, 08 Feb 2017 16:33:05 -0500 Received: by mail-io0-x244.google.com with SMTP id 101so277095iom.0 for ; Wed, 08 Feb 2017 13:33:05 -0800 (PST) Sender: Richard Henderson References: <20170207005930.28327-1-laurent@vivier.eu> <20170207005930.28327-3-laurent@vivier.eu> From: Richard Henderson Message-ID: Date: Wed, 8 Feb 2017 13:32:57 -0800 MIME-Version: 1.0 In-Reply-To: <20170207005930.28327-3-laurent@vivier.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 02/16] softloat: disable floatx80_invalid_encoding() for m68k List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Cc: Andreas Schwab , Aurelien Jarno On 02/06/2017 04:59 PM, Laurent Vivier wrote: > According to the comment, this definition of invalid encoding is given > by intel developer's manual, and doesn't work with the behavior > of 680x0 FPU. > > CC: Andreas Schwab > Signed-off-by: Laurent Vivier > --- Reviewed-by: Richard Henderson r~