Module Name: src Committed By: msaitoh Date: Fri Jun 14 02:37:53 UTC 2013
Modified Files: src/lib/libm/arch/i387 [netbsd-6-0]: fenv.c src/lib/libm/arch/x86_64 [netbsd-6-0]: fenv.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #899): lib/libm/arch/i387/fenv.c: revision 1.5 lib/libm/arch/x86_64/fenv.c: revision 1.3-1.4 Fix amd64 feraiseexcept so that it actually traps. The call to fwait got lost somewhere along the line; the i387 code has it. Fix sense of fegetexcept on x86. Somehow I overlooked this when I fixed feenableexcept and fedisableexcept last summer. To generate a diff of this commit: cvs rdiff -u -r1.3.8.1 -r1.3.8.1.4.1 src/lib/libm/arch/i387/fenv.c cvs rdiff -u -r1.1.8.1 -r1.1.8.1.4.1 src/lib/libm/arch/x86_64/fenv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.