From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaqTV-0004o5-CF for qemu-devel@nongnu.org; Wed, 03 Sep 2008 07:24:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaqTT-0004l4-Ej for qemu-devel@nongnu.org; Wed, 03 Sep 2008 07:24:36 -0400 Received: from [199.232.76.173] (port=54482 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaqTT-0004kk-5j for qemu-devel@nongnu.org; Wed, 03 Sep 2008 07:24:35 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:48044) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KaqTT-0007d4-8p for qemu-devel@nongnu.org; Wed, 03 Sep 2008 07:24:35 -0400 Date: Wed, 3 Sep 2008 13:24:31 +0200 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH] convert of few alpha insn to TCG Message-ID: <20080903112431.GB17474@networkno.de> References: <49A32349-B3AC-462F-A407-556C538AC26E@adacore.com> <20080901143200.GA8532@networkno.de> <500F2BA3-1A9E-404F-A142-091F3C81A2AC@adacore.com> <20080903083223.GC21732@volta.aurel32.net> <033D17A8-7915-4030-AC5B-BAB069150FA7@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <033D17A8-7915-4030-AC5B-BAB069150FA7@adacore.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tristan Gingold Cc: qemu-devel@nongnu.org Tristan Gingold wrote: > > On Sep 3, 2008, at 10:32 AM, Aurelien Jarno wrote: >> What kind of programs are you using? I am unable to get the glibc >> correctly working, it segfaults as soon as a shared library is used. >> Therefore I am only able to execute ld.so, probably not enough to test >> regressions. >> >> Without a proper way to test the changes, I am afraid I can't commit >> them. > > I am using a very small program with its own crt1 and fully static. > Do you want me to add a test/ subdirectory ? Yes please. Thiemo