From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYosn-00086V-MY for qemu-devel@nongnu.org; Wed, 26 Apr 2006 14:37:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYosl-000864-CE for qemu-devel@nongnu.org; Wed, 26 Apr 2006 14:37:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYosl-000861-6o for qemu-devel@nongnu.org; Wed, 26 Apr 2006 14:36:59 -0400 Received: from [62.241.163.6] (helo=astro.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYovV-00072B-1w for qemu-devel@nongnu.org; Wed, 26 Apr 2006 14:39:49 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu/fpu softfloat-native.h Date: Wed, 26 Apr 2006 19:36:54 +0100 References: <20060426183018.65188.qmail@web26812.mail.ukl.yahoo.com> In-Reply-To: <20060426183018.65188.qmail@web26812.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604261936.55337.paul@nowt.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, spetreolle@users.sourceforge.net On Wednesday 26 April 2006 19:30, Sylvain Petreolle wrote: > please revert this. > Ben Taylor posted the correct fix on the list and the missing include file. The patch posted was not correct (the #ifdef is redundant with the one inside the include file), and wasn't sufficient to make qemu work on my Solaris systems either. Paul