History log of /netbsd-src/lib/libc/arch/vax/gen/_setjmp.S (Results 1 – 11 of 11)
Revision Date Author Comments
# 4c48b124 29-Jun-2024 rin <rin@NetBSD.org>

vax: {,_}longjmp(3): Return 1 if `val` == 0

Found by tests/lib/libc/setjmp/t_setjmp:{,_}longjmp_zero.


# 787e823f 25-Jan-2011 matt <matt@NetBSD.org>

Move IDs into .ident
Use END(x)
Remove a.out support
Make CERROR hidden


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 583d4ad3 30-Mar-2002 matt <matt@NetBSD.org>

Put R6 back in save mask (to make mask used by PLT routines). Adjust frame
size according. In _longjmp, deal with sp/fp separately since they stored
in reserve order so movq won't work.


# 42e21b0c 28-Mar-2002 matt <matt@NetBSD.org>

Fix a few wrong register uses. (at least I know it works now. :)


# 5cc58944 27-Mar-2002 matt <matt@NetBSD.org>

Don't build old 1.3 compat jmp stuff for ELF.
For ELF, don't rewind stack on longjmp/_longjmp. (for pth).


# 75dee250 24-Feb-2002 matt <matt@NetBSD.org>

Missed an sp in the great %sp cleanup.


# 0ce5ca14 24-Feb-2002 matt <matt@NetBSD.org>

Change to use a register prefix.


# ae4364e1 28-Jun-2000 matt <matt@NetBSD.org>

Make these work with either a.out or ELF.


# c1d00530 13-Oct-1998 matt <matt@NetBSD.org>

PICify. (e.g. change movl $sym, rX to movab sym, rX)


# ce0bb6e8 17-Apr-1995 ragge <ragge@NetBSD.org>

Added libc VAX specific files.