Re: PA-RISC 2.0 support
[email protected] (Christos Zoulas)
| Newsgroups | gmane.os.netbsd.ports.hp700 |
|---|---|
| Organization | Trans-Atlantic Communications |
| Message-ID | <[email protected]> |
In article <[email protected]>, Jochen Kunz <[email protected]> wrote: >On Wed, 9 Jun 2004 12:50:13 -0600 >Reid Orsten <[email protected]> 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