Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/arch/vax/gen/__setjmp14.S
RevisionDateAuthorComments
 1.11  25-Jan-2011  matt Move IDs into .ident
Use END(x)
Remove a.out support
Make CERROR hidden
 1.10  03-May-2005  matt branches: 1.10.40;
Make longjmp on vax not use sigreturn. Instead it rewrites the
jmp_buf into one compatible with __longjmp14 and relies on that
to change that into a ucontext_t suitable for setcontext(2).
 1.9  21-Mar-2004  matt Change longjmp on VAX (ELF) to use setcontext instead of sigreturn14.
 1.8  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.7  30-Mar-2002  matt Put R6 back in the save and adjust frame size for it. Don't save the
register in sigset area, put them after the sigset area.
 1.6  27-Mar-2002  matt Don't build old 1.3 compat jmp stuff for ELF.
For ELF, don't rewind stack on longjmp/_longjmp. (for pth).
 1.5  24-Feb-2002  matt Change to use a register prefix.
 1.4  28-Jun-2000  matt branches: 1.4.2;
Make these work with either a.out or ELF.
 1.3  10-Oct-1998  matt Use __sigprocmask14, fix a few more bugs
 1.2  10-Oct-1998  matt Actually build __setjmp.S/__sigsetjmp.S for vax. PICifiy the setjmp code.
Fix libm Makefile to handle obj directories.
 1.1  01-Oct-1998  christos This should be close...
 1.4.2.3  25-Apr-2002  nathanw Catch up to -current.
 1.4.2.2  22-Mar-2002  nathanw Catch up to -current.
 1.4.2.1  08-Mar-2002  nathanw Catch up to -current.
 1.10.40.1  08-Feb-2011  bouyer Sync with HEAD

RSS XML Feed