Author: mav Date: Wed Jun 13 20:34:14 2012 New Revision: 237024 URL: http://svn.freebsd.org/changeset/base/237024
Log: MFC r230188i (by das): Correct some bugs that resulted from arm/_fpmath.h being blindly copied from the x86 version, which has a completely different long double format. Modified: stable/8/lib/libc/arm/_fpmath.h Directory Properties: stable/8/lib/libc/ (props changed) Modified: stable/8/lib/libc/arm/_fpmath.h ============================================================================== --- stable/8/lib/libc/arm/_fpmath.h Wed Jun 13 20:31:30 2012 (r237023) +++ stable/8/lib/libc/arm/_fpmath.h Wed Jun 13 20:34:14 2012 (r237024) @@ -55,9 +55,10 @@ union IEEEl2bits { }; #define LDBL_NBIT 0 +#define LDBL_IMPLICIT_NBIT #define mask_nbit_l(u) ((void)0) -#define LDBL_MANH_SIZE 32 +#define LDBL_MANH_SIZE 20 #define LDBL_MANL_SIZE 32 #define LDBL_TO_ARRAY32(u, a) do { \ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"