From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19C0pd-00087H-00 for qemu-devel@nongnu.org; Sat, 03 May 2003 13:29:53 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19C0pQ-0007cU-00 for qemu-devel@nongnu.org; Sat, 03 May 2003 13:29:40 -0400 Received: from postfix4-2.free.fr ([213.228.0.176]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19C0pE-000719-00 for qemu-devel@nongnu.org; Sat, 03 May 2003 13:29:28 -0400 Received: from imp2-2.free.fr (imp2-2.free.fr [213.228.0.152]) by postfix4-2.free.fr (Postfix) with ESMTP id 373ACC062 for ; Sat, 3 May 2003 19:29:28 +0200 (CEST) Subject: Re: [Qemu-devel] Alpha update Message-ID: <1051982966.3eb3fc76ae061@imp.free.fr> Date: Sat, 03 May 2003 19:29:26 +0200 (CEST) From: fabrice.bellard@free.fr References: <20030430.034830.123999841.davem@redhat.com> <20030430.070101.83594504.davem@redhat.com> <871xzicvsn.fsf@student.uni-tuebingen.de> <20030501.114819.85423404.davem@redhat.com> In-Reply-To: <20030501.114819.85423404.davem@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu-devel@nongnu.org Quoting "David S. Miller" : > There are some problems I'm trying to deal with now with respect to > register windows, it just requires some brainstorming. I've seen that gcc for Sparc has an option to generate "flat" code not using register windows. Have you considered using that ? Fabrice.