Subject: CVS commit: src/lib/libc/arch/hppa/gen
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 07/18/2004 22:38:33
Module Name:	src
Committed By:	chs
Date:		Sun Jul 18 22:38:33 UTC 2004

Modified Files:
	src/lib/libc/arch/hppa/gen: __setjmp14.S
Added Files:
	src/lib/libc/arch/hppa/gen: __longjmp14.c

Log Message:
split __longjmp14() into a separate file and make it use setcontext()
instead of __sigreturn14().  translated from MIPS.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/lib/libc/arch/hppa/gen/__longjmp14.c
cvs rdiff -r1.3 -r1.4 src/lib/libc/arch/hppa/gen/__setjmp14.S

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