Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2003 17:36:30 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        deischen@freebsd.org
Cc:        alpha@freebsd.org
Subject:   Re: [PATCH] libpthread support
Message-ID:  <20030809003630.GA3293@dhcp42.pn.xcllnt.net>
In-Reply-To: <Pine.GSO.4.10.10308072125080.9536-100000@pcnet5.pcnet.com>
References:  <20030808012317.GA1835@athlon.pn.xcllnt.net> <Pine.GSO.4.10.10308072125080.9536-100000@pcnet5.pcnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 07, 2003 at 09:31:12PM -0400, Daniel Eischen wrote:
> On Thu, 7 Aug 2003, Marcel Moolenaar wrote:
> 
> > On Thu, Aug 07, 2003 at 08:38:30PM -0400, Daniel Eischen wrote:
> > > I've got some preliminary patches to add alpha support to libpthread:
> > 
> > I'll boot-up my alpha and play with it a bit...

Ok, things compile and the patches look reasonable. In signalcontext()
we probably want to remove the sp -= 16 statement. On ia64 this is
required because each function has 16 bytes of scratch space on the
stack (per the runtime specification). We don't need it on alpha.

Other than that I suggest we commit it, hook-up libkse to the build
and cross bridges when we come to them (ie we tweak and/or fix when
we can actually test the code). Thoughts?

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030809003630.GA3293>