From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsbYg-0007SS-40 for qemu-devel@nongnu.org; Tue, 08 Jan 2013 10:57:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsbYd-0003eq-AB for qemu-devel@nongnu.org; Tue, 08 Jan 2013 10:57:46 -0500 Received: from mail-yh0-f41.google.com ([209.85.213.41]:63814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsbYd-0003ee-66 for qemu-devel@nongnu.org; Tue, 08 Jan 2013 10:57:43 -0500 Received: by mail-yh0-f41.google.com with SMTP id b12so111052yha.0 for ; Tue, 08 Jan 2013 07:57:42 -0800 (PST) Sender: Richard Henderson Message-ID: <50EC41F3.7090601@twiddle.net> Date: Tue, 08 Jan 2013 07:57:39 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1357643117-29799-1-git-send-email-anup.patel@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] configure: Support QEMU cross-compiling for ARM64 host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: linaro-dev@lists.linaro.org, qemu-devel@nongnu.org, Anup Patel , kvmarm@lists.cs.columbia.edu On 01/08/2013 04:08 AM, Peter Maydell wrote: > The translator sources (as and when we implement a > TCG QEMU target for this) should live under the existing target-arm. Of this I'm not certain, given that A64 is different enough from A32 to warrant a brand new gcc backend. I havn't tried to reverse engineer the encodings from the binutils sources to understand the details; I'm happy to wait until proper documentation is finally released. r~