Subject: CVS commit: src/regress/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 12/01/2005 16:03:36
Module Name:	src
Committed By:	is
Date:		Thu Dec  1 16:03:36 UTC 2005

Modified Files:
	src/regress/lib/libpthread: Makefile
Added Files:
	src/regress/lib/libpthread/fpu: Makefile fpu.c

Log Message:
Ensure that thread context switches will leave the floating point
computations unharmed.
Adapted from a similar test program from the MPD implementation by the
CS department of The University of Arizona.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/regress/lib/libpthread/Makefile
cvs rdiff -r0 -r1.1 src/regress/lib/libpthread/fpu/Makefile \
    src/regress/lib/libpthread/fpu/fpu.c

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