Subject: CVS commit: src/regress/lib/libc/ieeefp/except
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/05/2004 16:37:57
Module Name: src
Committed By: drochner
Date: Fri Mar 5 16:37:57 UTC 2004
Modified Files:
src/regress/lib/libc/ieeefp/except: except.c
Log Message:
-as Klaus confirmed, we cannot rely on the SIGFPE handler to return to
the next instruction, so jongjmp() back
-check that fpsetsticky(0) really clears the bits
-check that fpsetsticky() returns the old status
-use SA_SIGINFO and check si_code - make this a warning message instead
of a hard error for now, as no port gets this right yet
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/regress/lib/libc/ieeefp/except/except.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.