From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FqWl4-0002d2-Ev for qemu-devel@nongnu.org; Wed, 14 Jun 2006 10:54:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FqWl3-0002bY-Hn for qemu-devel@nongnu.org; Wed, 14 Jun 2006 10:54:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqWl3-0002bQ-BM for qemu-devel@nongnu.org; Wed, 14 Jun 2006 10:54:13 -0400 Received: from [84.96.92.61] (helo=sMtp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FqWuF-0006l5-3G for qemu-devel@nongnu.org; Wed, 14 Jun 2006 11:03:43 -0400 Received: from [84.102.211.151] by sp604002mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J0U00DUMTLH3DL1@sp604002mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Wed, 14 Jun 2006 16:29:42 +0200 (CEST) Date: Wed, 14 Jun 2006 16:29:23 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] Patch: Fix rip-relative addressing for SSE compare In-reply-to: <20060604013103.7b174ac0@localhost.localdomain> Message-id: <44901D43.4050103@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <20060604013103.7b174ac0@localhost.localdomain> 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 Robin Green wrote: > This patch corrects a bug with rip-relative addressing for some SSE > compare instructions on x86_64. This makes GNU wget work on x86_64. I made a more complete fix. Tell me if it works on your examples. Fabrice.