Jake Burkholder
|
c0c4d2cf25
|
Use jmpbuf offsets, not ucontext_t.
|
2001-12-29 06:40:35 +00:00 |
|
Jake Burkholder
|
cd4f8a8c2c
|
Add .register directives for gcc3.
Adapt to jmpbuf no longer being a ucontext_t.
Restore the context "by hand" in longjmp and call sigprocmask, instead
of just using sigreturn.
|
2001-12-29 06:39:53 +00:00 |
|
Jake Burkholder
|
c5a29982d3
|
__infinity is not const.
|
2001-12-29 06:38:31 +00:00 |
|
Jake Burkholder
|
c1682cb423
|
Add jmpbuf offsets. Remove ucontext offsets.
|
2001-12-29 06:38:06 +00:00 |
|
Jake Burkholder
|
5b3fb165d9
|
Add .register directives for gcc3.
Adapt to jmpbuf no longer being a ucontext_t.
Call abort if longjmperror returns.
|
2001-12-29 06:37:33 +00:00 |
|
Jake Burkholder
|
125ccd2e6d
|
Actually build new files.
Forgotten by: jake
|
2001-11-19 00:19:49 +00:00 |
|
Jake Burkholder
|
84a23d72a0
|
Add more libc stuff.
Obtained from: netbsd
|
2001-11-18 04:40:30 +00:00 |
|
Jake Burkholder
|
c8efb16966
|
Catch up to jmpbuf changes. Define offsets used from assmebly language
in another file so that it is easy to see what they are and keep them in
sync with the headers (grafted from the kernel generated assym.s).
|
2001-11-18 04:35:09 +00:00 |
|
Jake Burkholder
|
e74ea2d01a
|
Minimal libc for sparc64.
Reviewed by: obrien
|
2001-10-26 05:40:07 +00:00 |
|