Subject: Re: PA-RISC 2.0 support
To: None <port-hp700@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-hp700
Date: 06/09/2004 22:36:05
In article <20040609221031.241e996d.jkunz@unixag-kl.fh-kl.de>,
Jochen Kunz <jkunz@unixag-kl.fh-kl.de> wrote:
>On Wed, 9 Jun 2004 12:50:13 -0600
>Reid Orsten <rorsten@tartarus.ca> wrote:
>
>> In the __sigreturn14 thing, with a bit of reading I could do the FPU
>> context saving stuff (unless there's a big issue that I missed), but I
>> don't quite get the problem with the flag checking thing, mostly due
>> to lack of experience with this level of the system.  Are there any
>> decent docs that I could check out to fix this?
>Please let me know when you can find any docs. I am more or less exately
>as blind as you in that corner of my eye. :-(
>It looks like you need some pthread related syscalls for fixing the
>__sigreturn14 issue. So the pthread MD bits may be a prerequirement.

You just need to implement the machine portions of get and set context.
This should be simple enough. You don't need floating point context
to at first so you can let that slide by...

christos