From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwjPJ-0006iA-Su for qemu-devel@nongnu.org; Thu, 03 Feb 2005 11:00:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwjPA-0006cy-Su for qemu-devel@nongnu.org; Thu, 03 Feb 2005 11:00:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwjP9-0006bF-Uy for qemu-devel@nongnu.org; Thu, 03 Feb 2005 11:00:28 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cwj8e-0006lx-KN for qemu-devel@nongnu.org; Thu, 03 Feb 2005 10:43:24 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Armv5 target Date: Thu, 3 Feb 2005 15:43:20 +0000 References: <200501312019.45282.paul@codesourcery.com> <200502021917.02193.paul@codesourcery.com> <200502031508.59501.uli@suse.de> In-Reply-To: <200502031508.59501.uli@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502031543.20705.paul@codesourcery.com> 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 On Thursday 03 February 2005 14:08, Ulrich Hecht wrote: > Copying some code from the i386 and SPARC targets, I made up the attached > patch. It fixes the segv_test testcase (and my personal use case, the > GCC 3.3 configure script), and it does not seem to break anything else. > Comments? This works for me too. Paul