From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuedJ-0006uN-TM for qemu-devel@nongnu.org; Tue, 20 Nov 2007 20:44:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuedG-0006uB-QZ for qemu-devel@nongnu.org; Tue, 20 Nov 2007 20:44:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuedG-0006u8-LM for qemu-devel@nongnu.org; Tue, 20 Nov 2007 20:44:02 -0500 Received: from ns.lineo.co.jp ([203.141.200.203] helo=mail.lineo.co.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuedF-0008SZ-W5 for qemu-devel@nongnu.org; Tue, 20 Nov 2007 20:44:02 -0500 Date: Wed, 21 Nov 2007 10:43:49 +0900 From: Tomoyoshi ASANO Subject: Re: [Qemu-devel] [PATCH] SH4 Fix missing 6th arg of syscall. In-Reply-To: References: <20071120234859.6119a7da.takasi-y@ops.dti.ne.jp> Message-Id: <20071121102829.6EF6.ASA@lineo.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" 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 Hell, This is very nice! I tested using glibc-2.5 It seems good. Thank you On Wed, 21 Nov 2007 09:24:41 +0900 "Magnus Damm" wrote: > Hi there, > > On Nov 20, 2007 11:48 PM, wrote: > > I found 6th arg for syscall is missing on SH4 linux-user emulation. > > This seems to be the cause of shared library mapping failure. > > I successfully run shared-lib'd binary, after applying following fix. > > Hehe, I managed to create the exact same patch yesterday evening. So > this email is just to acknowledge this fix. Dynamically linked > binaries using uclibc-0.9.29 or glibc-2.3.6 both work well. Thank you. > > / magnus > -- あさの