Add a glibc-2.6.1 patch for PPC soft-float.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 21 21:29:02 2008 +0000 (2008-10-21)
changeset 957da68cf95b4e7
parent 956 046c4ebf346d
child 958 4f74ff25c1af
Add a glibc-2.6.1 patch for PPC soft-float.
http://sourceware.org/ml/crossgcc/2008-10/msg00044.html

/trunk/patches/glibc/ports-2.6.1/130-powerpc-softfloat.patch | 21 21 0 0 ++++++++++++++++++
1 file changed, 21 insertions(+)
patches/glibc/ports-2.6.1/130-powerpc-softfloat.patch
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/ports-2.6.1/130-powerpc-softfloat.patch	Tue Oct 21 21:29:02 2008 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +From: http://sourceware.org/ml/crossgcc/2008-10/msg00044.html
     1.5 +From: http://sources.redhat.com/ml/libc-ports/2007-06/msg00005.html
     1.6 +
     1.7 +2007-06-07  Steven Munroe  <sjmunroe@us.ibm.com>
     1.8 +
     1.9 +    * sysdeps/powerpc/nofpu/Makefile: Remove fe_nomask from libm-support.
    1.10 +
    1.11 +diff -urN glibc-2.6.orig/glibc-ports-2.6.1/sysdeps/powerpc/nofpu/Makefile glibc-2.6/glibc-ports-2.6.1/sysdeps/powerpc/nofpu/Makefile
    1.12 +--- glibc-2.6.orig/glibc-ports-2.6.1/sysdeps/powerpc/nofpu/Makefile	2006-11-22 09:13:11.000000000 -0600
    1.13 ++++ glibc-2.6/glibc-ports-2.6.1/sysdeps/powerpc/nofpu/Makefile	2007-06-07 09:53:05.708240976 -0500
    1.14 +@@ -6,7 +6,7 @@
    1.15 + endif
    1.16 + 
    1.17 + ifeq ($(subdir),math)
    1.18 +-libm-support += fenv_const fe_nomask
    1.19 ++libm-support += fenv_const
    1.20 + CPPFLAGS += -I../soft-fp/
    1.21 + # The follow CFLAGS are a work around for GCC Bugzilla Bug 29253
    1.22 + # "expand_abs wrong default code for floating point"
    1.23 +
    1.24 +