From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MAZG0-0007rJ-6W for qemu-devel@nongnu.org; Sat, 30 May 2009 20:50:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MAZFv-0007mX-8Z for qemu-devel@nongnu.org; Sat, 30 May 2009 20:50:35 -0400 Received: from [199.232.76.173] (port=41547 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MAZFv-0007mP-5d for qemu-devel@nongnu.org; Sat, 30 May 2009 20:50:31 -0400 Received: from smtp6-g21.free.fr ([212.27.42.6]:42144) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MAZFu-00030H-H0 for qemu-devel@nongnu.org; Sat, 30 May 2009 20:50:30 -0400 From: Laurent Vivier Date: Sun, 31 May 2009 02:50:18 +0200 Message-Id: <1243731021-23692-1-git-send-email-laurent@vivier.eu> Subject: [Qemu-devel] [PATCH 0/3] m68k: Some FPU enhancements. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Andreas Schwab This series of patch is needed to be able to run "find". "find" is using some FPU instructions (who knows why ?), and this series of patches adds the missing features. [PATCH 1/3] m68k: allow fpu to manage double single data type. [PATCH 2/3] m68k: add FScc instruction [PATCH 3/3] m68k: add single data type to gen_ea It must be applied after the series I sent yesterday and the patches sent by Andreas to correct some of them.