From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmBeT-0000nH-2z for qemu-devel@nongnu.org; Wed, 05 Jan 2005 08:56:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmBeS-0000ms-Dz for qemu-devel@nongnu.org; Wed, 05 Jan 2005 08:56:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmBeS-0000mp-2s for qemu-devel@nongnu.org; Wed, 05 Jan 2005 08:56:40 -0500 Received: from [64.233.184.206] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CmBMe-00010s-Tg for qemu-devel@nongnu.org; Wed, 05 Jan 2005 08:38:17 -0500 Received: by wproxy.gmail.com with SMTP id 40so362295wri for ; Wed, 05 Jan 2005 05:38:16 -0800 (PST) Message-ID: Date: Wed, 5 Jan 2005 14:38:16 +0100 From: Magnus Damm Subject: Re: [Qemu-devel] Endian and userspace issues In-Reply-To: <28E3D0CA-5F1A-11D9-87C0-000A958E35DC@axiros.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200501042016.03910.paul@codesourcery.com> <28E3D0CA-5F1A-11D9-87C0-000A958E35DC@axiros.com> Reply-To: Magnus Damm , 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 On Wed, 5 Jan 2005 14:03:14 +0100, Daniel Egger wrote: > On 05.01.2005, at 11:34, Gwenole Beauchesne wrote: > > > Isn't Virtual PC switching the process to run in little endian mode? At > > the very least, you still have byte-reverse load/store instructions. > > So I thought. That's the reason why it didn't run on a G5 for quite > some time; other than the G3 and G4 the G5 isn't dual-endian. Huh? But the byte-swapping 32-bit load and store instructions work just fine on a G5, right? / magnus