Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 05/03/2005 04:37:33
Module Name:	src
Committed By:	matt
Date:		Tue May  3 04:37:33 UTC 2005

Modified Files:
	src/lib/libc: Makefile
	src/lib/libc/arch/vax: Makefile.inc genassym.cf
	src/lib/libc/arch/vax/gen: __setjmp14.S setjmp.S

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -r1.120 -r1.121 src/lib/libc/Makefile
cvs rdiff -r1.6 -r1.7 src/lib/libc/arch/vax/Makefile.inc
cvs rdiff -r1.2 -r1.3 src/lib/libc/arch/vax/genassym.cf
cvs rdiff -r1.9 -r1.10 src/lib/libc/arch/vax/gen/__setjmp14.S
cvs rdiff -r1.6 -r1.7 src/lib/libc/arch/vax/gen/setjmp.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.