From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6SIc-000651-Q9 for qemu-devel@nongnu.org; Mon, 15 Jan 2007 08:54:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6SIb-00063z-Uu for qemu-devel@nongnu.org; Mon, 15 Jan 2007 08:54:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6SIb-00063n-QX for qemu-devel@nongnu.org; Mon, 15 Jan 2007 08:54:57 -0500 Received: from [81.56.128.63] (helo=fbxmetz.linbox.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6SIb-0000Ti-BZ for qemu-devel@nongnu.org; Mon, 15 Jan 2007 08:54:57 -0500 Message-ID: <45AB87AD.3010205@linbox.com> From: Ludovic Drolez MIME-Version: 1.0 Subject: Re: [Qemu-devel] [BUG] QEMU x86_64 SSE bug in modf() References: <45AB54D9.9020207@linbox.com> <20070115120237.GB25395@networkno.de> In-Reply-To: <20070115120237.GB25395@networkno.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 15 Jan 2007 13:54:59 -0000 To: Thiemo Seufer Cc: qemu-devel@nongnu.org Thiemo Seufer wrote: > Ludovic Drolez wrote: > [snip] > >>Would someone be able to track down this SSE QEMU bug seen only in SLES's >>modf() function ? > > > Please test if this patch for qemu changes the behaviour. > Strange... With this, qemu does not run at all (qemu process stuck with 100% CPU used). Ludo. > > Thiemo > > > Index: Makefile.target > =================================================================== > RCS file: /sources/qemu/qemu/Makefile.target,v > retrieving revision 1.136 > diff -u -p -r1.136 Makefile.target > --- Makefile.target 7 Jan 2007 22:04:40 -0000 1.136 > +++ Makefile.target 15 Jan 2007 11:59:15 -0000 > @@ -70,7 +70,7 @@ OP_CFLAGS = -Wall -O2 -g -fno-strict-ali > > ifeq ($(ARCH),i386) > HELPER_CFLAGS+=-fomit-frame-pointer > -OP_CFLAGS+=-mpreferred-stack-boundary=2 -fomit-frame-pointer > +OP_CFLAGS+=-fomit-frame-pointer > ifeq ($(HAVE_GCC3_OPTIONS),yes) > OP_CFLAGS+= -falign-functions=0 -fno-gcse > else > -- Ludovic DROLEZ Linbox / Free&ALter Soft www.linbox.com www.linbox.org