Module Name: src Committed By: tsutsui Date: Sat Feb 26 15:41:32 UTC 2011
Modified Files: src/sys/arch/mips/mips: fp.S mips_fputrap.c Log Message: Use mips_fpexcept() instead of fpemul_trapsignal() to deliver SIGFPE, and remove now unused fpemul_trapsignal() introduced for PR port-mips/26410. Fixes PR port-mips/35326 and now t_except unmasked tests in /usr/tests/lib/libc/ieeefp pass. Note t_subnormal double test still fails as mentioned in PR port-mips/44639. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/mips/mips/fp.S cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mips/mips/mips_fputrap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.