Subject: CVS commit: [netbsd-2-0] src/lib/libc/arch/mips/gen
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/04/2004 12:55:24
Module Name: src
Committed By: he
Date: Sun Jul 4 12:55:24 UTC 2004
Modified Files:
src/lib/libc/arch/mips/gen [netbsd-2-0]: __longjmp14.c
Log Message:
Pull up revisions 1.3-1.4 (requested by simonb in tickets #591 and #592):
Changes fixing PR#25942:
o Catch up with changes to __fpregset_t. In __longjmp14(),
copy the FP CSR from the correct array and array slot.
o Copy the sparc/sparc64 __longjmp14() way of dealing with
the signal mask: Restore the signal mask with sigprocmask()
instead of _UC_SIGMASK, since libpthread may want to
interpose on signal handling.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.2.1 src/lib/libc/arch/mips/gen/__longjmp14.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.