9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] getcontext/setcontext for ARM on linux
@ 2005-10-30  5:04 Ronald G Minnich
  2005-10-31  1:11 ` Russ Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Ronald G Minnich @ 2005-10-30  5:04 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

if anybody has the source of these lying around handy, I could use 'em. 
I can attempt to write them but I'd rather use known-good stuff than 
stumble around in the dark. I have got p9p running save for libthread at 
this point on the ts7200 lunchbox on linux.

ron


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] getcontext/setcontext for ARM on linux
  2005-10-30  5:04 [9fans] getcontext/setcontext for ARM on linux Ronald G Minnich
@ 2005-10-31  1:11 ` Russ Cox
  2005-10-31  4:16   ` Ronald G Minnich
  0 siblings, 1 reply; 3+ messages in thread
From: Russ Cox @ 2005-10-31  1:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> if anybody has the source of these lying around handy, I could use 'em.
> I can attempt to write them but I'd rather use known-good stuff than
> stumble around in the dark. I have got p9p running save for libthread at
> this point on the ts7200 lunchbox on linux.

When in doubt, start with someone else's setjmp/longjmp
for that platform.  I would use those directly except that I don't
want to fiddle with the signal mask and they usually do.

Russ


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] getcontext/setcontext for ARM on linux
  2005-10-31  1:11 ` Russ Cox
@ 2005-10-31  4:16   ` Ronald G Minnich
  0 siblings, 0 replies; 3+ messages in thread
From: Ronald G Minnich @ 2005-10-31  4:16 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Russ Cox wrote:

> When in doubt, start with someone else's setjmp/longjmp
> for that platform.  I would use those directly except that I don't
> want to fiddle with the signal mask and they usually do.

good enough, that is kind of what I am doing.

I was surprised at lack of context stuff in latest glibc, but I guess it 
is not that much used on arm.

ron


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-31  4:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-30  5:04 [9fans] getcontext/setcontext for ARM on linux Ronald G Minnich
2005-10-31  1:11 ` Russ Cox
2005-10-31  4:16   ` Ronald G Minnich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).