r5111 - in glibc-package/trunk/debian: . patches patches/s390
Author: aurel32
Date: 2011-12-25 21:17:57 +0000 (Sun, 25 Dec 2011)
New Revision: 5111
Added:
glibc-package/trunk/debian/patches/s390/cvs-libm-ulps.diff
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/series
Log:
* patches/s390/cvs-libm-ulps.diff: new patch to fix FTBFS on s390 with
gcc-4.6.
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2011-12-25 17:11:01 UTC (rev 5110)
+++ glibc-package/trunk/debian/changelog 2011-12-25 21:17:57 UTC (rev 5111)
@@ -1,6 +1,7 @@
eglibc (2.13-25) UNRELEASED; urgency=low
- *
+ * patches/s390/cvs-libm-ulps.diff: new patch to fix FTBFS on s390 with
+ gcc-4.6.
-- Aurelien Jarno <aurel32@debian.org> Sun, 25 Dec 2011 18:10:46 +0100
Added: glibc-package/trunk/debian/patches/s390/cvs-libm-ulps.diff
===================================================================
--- glibc-package/trunk/debian/patches/s390/cvs-libm-ulps.diff (rev 0)
+++ glibc-package/trunk/debian/patches/s390/cvs-libm-ulps.diff 2011-12-25 21:17:57 UTC (rev 5111)
@@ -0,0 +1,33 @@
+2011-11-30 Andreas Schwab <schwab@redhat.com>
+
+ * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
+ expectations for float.
+
+diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps
+index a014baf..fb89731 100644
+--- a/sysdeps/s390/fpu/libm-test-ulps
++++ b/sysdeps/s390/fpu/libm-test-ulps
+@@ -338,9 +338,9 @@ ildouble: 2
+ ldouble: 2
+ Test "Real part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
+ double: 1
+-float: 4
++float: 5
+ idouble: 1
+-ifloat: 4
++ifloat: 5
+ ildouble: 3
+ ldouble: 3
+ Test "Imaginary part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
+@@ -1155,9 +1155,9 @@ ldouble: 1
+
+ Function: Real part of "cpow":
+ double: 2
+-float: 4
++float: 5
+ idouble: 2
+-ifloat: 4
++ifloat: 5
+ ildouble: 10
+ ldouble: 10
+
Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series 2011-12-25 17:11:01 UTC (rev 5110)
+++ glibc-package/trunk/debian/patches/series 2011-12-25 21:17:57 UTC (rev 5111)
@@ -206,6 +206,7 @@
s390/submitted-nexttowardf.diff
s390/cvs-iconv-z9-109.diff
s390/cvs-vsyscalls.diff
+s390/cvs-libm-ulps.diff
sparc/local-fork.diff
sparc/local-sparcv9-target.diff
Reply to: