From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C06Ny-0008IK-VC for qemu-devel@nongnu.org; Wed, 25 Aug 2004 18:36:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C06Ny-0008I2-3r for qemu-devel@nongnu.org; Wed, 25 Aug 2004 18:36:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C06Ny-0008Hs-1u for qemu-devel@nongnu.org; Wed, 25 Aug 2004 18:36:54 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C06Iu-00072f-Kp for qemu-devel@nongnu.org; Wed, 25 Aug 2004 18:31:40 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.m4x.org (Postfix) with ESMTP id DE04833294 for ; Thu, 26 Aug 2004 00:31:39 +0200 (CEST) Received: from djali.m4x.org ([127.0.0.1]) by localhost (djali [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 17249-09 for ; Thu, 26 Aug 2004 00:31:39 +0200 (CEST) Received: from bellard.org (nas-cbv-3-213-228-58-253.dial.proxad.net [213.228.58.253]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 0589033270 for ; Thu, 26 Aug 2004 00:31:39 +0200 (CEST) Message-ID: <412D1364.8000506@bellard.org> Date: Thu, 26 Aug 2004 00:32:04 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] powerpc assemby endian fix References: <1093468993.3240.11.camel@kubu.opensource.se> In-Reply-To: <1093468993.3240.11.camel@kubu.opensource.se> 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: , To: qemu-devel@nongnu.org Try my patch... Fabrice. Magnus Damm wrote: > Hello there, > > This patch makes the endian right when it comes to disassemble > for the host (-d out_asm) when running on a PowerPC. > > Thanks! > > / magnus