patches/glibc/ports-2.13/610-fpu-cw-mips.patch
changeset 2438 2ba5655f6297
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/ports-2.13/610-fpu-cw-mips.patch	Tue May 03 00:19:56 2011 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +http://sourceware.org/ml/libc-alpha/2002-10/msg00392.html
     1.5 +
     1.6 +diff -durN glibc-2.13.orig/glibc-ports-2.13/sysdeps/mips/fpu_control.h glibc-2.13/glibc-ports-2.13/sysdeps/mips/fpu_control.h
     1.7 +--- glibc-2.13.orig/glibc-ports-2.13/sysdeps/mips/fpu_control.h	2009-05-16 10:36:20.000000000 +0200
     1.8 ++++ glibc-2.13/glibc-ports-2.13/sysdeps/mips/fpu_control.h	2009-11-13 00:51:31.000000000 +0100
     1.9 +@@ -86,7 +86,7 @@
    1.10 + #define _FPU_RC_UP      0x2
    1.11 + #define _FPU_RC_DOWN    0x3
    1.12 + 
    1.13 +-#define _FPU_RESERVED 0xfe3c0000  /* Reserved bits in cw */
    1.14 ++#define _FPU_RESERVED 0xfebc0000  /* Reserved bits in cw */
    1.15 + 
    1.16 + 
    1.17 + /* The fdlibm code requires strict IEEE double precision arithmetic,
    1.18 +diff -durN glibc-2.13.orig/ports/sysdeps/mips/fpu_control.h glibc-2.13/ports/sysdeps/mips/fpu_control.h