From owner-freebsd-sparc Sun Dec 8 19:12:47 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C1FB37B401 for ; Sun, 8 Dec 2002 19:12:46 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41B243EBE for ; Sun, 8 Dec 2002 19:12:45 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.6/8.12.6) with ESMTP id gB93TQxQ076787; Sun, 8 Dec 2002 22:29:26 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id gB93TPkO076783; Sun, 8 Dec 2002 22:29:25 -0500 (EST) Date: Sun, 8 Dec 2002 22:29:25 -0500 From: Jake Burkholder To: Dag-Erling Smorgrav Cc: Oliver Blasnik , sparc@FreeBSD.ORG Subject: Re: libc_r Message-ID: <20021208222924.H65438@locore.ca> References: <009401c29eb5$4870b3d0$2100a8c0@xpath1000> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@ofug.org on Sun, Dec 08, 2002 at 02:45:55PM +0100 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Sun, Dec 08, 2002 at 02:45:55PM +0100, Dag-Erling Smorgrav said words to the effect of; > "Oliver Blasnik" writes: > > I can give it a try this weekend... > > It won't work, you need __siglongjmp and ___longjmp which aren't > implemented on sparc64. I don't think I can handle those, but I'm > sure there are others who can :) These are actually just aliases for longjmp and siglongjmp, I think. However, longjmp and siglongjmp can't really be used to switch stacks on sparc64, as is required by libc_r. What we really need is to implement setcontext/getcontext and for libc_r to use them. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message