Re: svn commit: r204974 - head/lib/libc/sparc64/fpu

2010-03-10 Thread Peter Jeremy
One bug that crept in somewhere: On 2010-Mar-10 19:55:48 +, Marius Strobl wrote: >Modified: head/lib/libc/sparc64/fpu/fpu.c >@@ -181,15 +182,11 @@ __fpu_dumpfpn(struct fpn *fp) > } > #endif > >-static int opmask[] = {0, 0, 1, 3}; >+static const int opmask[] = {0, 0, 1, 3, 1}; > ... >Modifie

svn commit: r204974 - head/lib/libc/sparc64/fpu

2010-03-10 Thread Marius Strobl
Author: marius Date: Wed Mar 10 19:55:48 2010 New Revision: 204974 URL: http://svn.freebsd.org/changeset/base/204974 Log: - The OPSZ macro actually only does the right thing for int32 and int64 operands but not for double and extended double ones. Instead of trying to fix the macro just