Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/arch/m68k/include



Module Name:    src
Committed By:   snj
Date:           Mon Feb  2 00:26:25 UTC 2009

Modified Files:
        src/sys/arch/m68k/include [netbsd-5]: ieeefp.h

Log Message:
Pull up following revision(s) (requested by martin in ticket #332):
        sys/arch/m68k/include/ieeefp.h: revision 1.7
The FE_* constants are used verbatim to set the RND field in the FPCR
register - so FE_UPWARD needs to be 3 and FE_DOWNWARD 2 - otherwise
our libc code for fpsetround(), fpgetround() and __flt_rounds() would
need to be adjust (and become slower). This fixes a failure in the
lib/libc/ieeefp/round regression test.
OK: matt


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.4.1 src/sys/arch/m68k/include/ieeefp.h

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



Home | Main Index | Thread Index | Old Index