summaryrefslogtreecommitdiff
path: root/packages/glibc/2.17/0041-glibc-ppc64le-19.patch
diff options
context:
space:
mode:
authormessense <messense@icloud.com>2021-05-13 03:35:09 (GMT)
committermessense <messense@icloud.com>2021-05-13 07:12:54 (GMT)
commit798904409cfb7e6b481a290b776b7f178c9036bf (patch)
tree81511cca575718eab971f105f41f695e38b73fe7 /packages/glibc/2.17/0041-glibc-ppc64le-19.patch
parentf9716e8b9042eb14de85320987300aab99300df5 (diff)
Add ppc64le patches for glibc 2.17 from CentOS git
Diffstat (limited to 'packages/glibc/2.17/0041-glibc-ppc64le-19.patch')
-rw-r--r--packages/glibc/2.17/0041-glibc-ppc64le-19.patch110
1 files changed, 110 insertions, 0 deletions
diff --git a/packages/glibc/2.17/0041-glibc-ppc64le-19.patch b/packages/glibc/2.17/0041-glibc-ppc64le-19.patch
new file mode 100644
index 0000000..bbf7228
--- /dev/null
+++ b/packages/glibc/2.17/0041-glibc-ppc64le-19.patch
@@ -0,0 +1,110 @@
+# commit 76a66d510a3737674563133a420f4fd22da42c1b
+# Author: Anton Blanchard <anton@au1.ibm.com>
+# Date: Sat Aug 17 18:33:02 2013 +0930
+#
+# PowerPC floating point little-endian [14 of 15]
+# http://sourceware.org/ml/libc-alpha/2013-07/msg00205.html
+#
+# These all wrongly specified float constants in a 64-bit word.
+#
+# * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
+# for little-endian.
+# * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
+# * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
+# * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
+# * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
+# * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
+#
+diff -urN glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_ceilf.S glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_ceilf.S
+--- glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_ceilf.S 2014-05-27 22:52:12.000000000 -0500
++++ glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_ceilf.S 2014-05-27 22:52:18.000000000 -0500
+@@ -19,8 +19,10 @@
+ #include <sysdep.h>
+
+ .section ".toc","aw"
++ .p2align 3
+ .LC0: /* 2**23 */
+- .tc FD_4b000000_0[TC],0x4b00000000000000
++ .long 0x4b000000
++ .long 0x0
+ .section ".text"
+
+ EALIGN (__ceilf, 4, 0)
+diff -urN glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_floorf.S glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_floorf.S
+--- glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_floorf.S 2014-05-27 22:52:12.000000000 -0500
++++ glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_floorf.S 2014-05-27 22:52:18.000000000 -0500
+@@ -19,8 +19,10 @@
+ #include <sysdep.h>
+
+ .section ".toc","aw"
++ .p2align 3
+ .LC0: /* 2**23 */
+- .tc FD_4b000000_0[TC],0x4b00000000000000
++ .long 0x4b000000
++ .long 0x0
+ .section ".text"
+
+ EALIGN (__floorf, 4, 0)
+diff -urN glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S
+--- glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S 2014-05-27 22:52:12.000000000 -0500
++++ glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S 2014-05-27 22:52:18.000000000 -0500
+@@ -26,8 +26,10 @@
+ /* float [fp1] nearbyintf(float [fp1]) */
+
+ .section ".toc","aw"
++ .p2align 3
+ .LC0: /* 2**23 */
+- .tc FD_4b000000_0[TC],0x4b00000000000000
++ .long 0x4b000000
++ .long 0x0
+ .section ".text"
+
+ EALIGN (__nearbyintf, 4, 0)
+diff -urN glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_rintf.S glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_rintf.S
+--- glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_rintf.S 2014-05-27 22:52:12.000000000 -0500
++++ glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_rintf.S 2014-05-27 22:52:18.000000000 -0500
+@@ -19,8 +19,10 @@
+ #include <sysdep.h>
+
+ .section ".toc","aw"
++ .p2align 3
+ .LC0: /* 2**23 */
+- .tc FD_4b000000_0[TC],0x4b00000000000000
++ .long 0x4b000000
++ .long 0x0
+ .section ".text"
+
+ EALIGN (__rintf, 4, 0)
+diff -urN glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_roundf.S glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_roundf.S
+--- glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_roundf.S 2014-05-27 22:52:12.000000000 -0500
++++ glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_roundf.S 2014-05-27 22:52:18.000000000 -0500
+@@ -19,10 +19,12 @@
+ #include <sysdep.h>
+
+ .section ".toc","aw"
++ .p2align 3
+ .LC0: /* 2**23 */
+- .tc FD_4b000000_0[TC],0x4b00000000000000
++ .long 0x4b000000
+ .LC1: /* 0.5 */
+- .tc FD_3f000000_0[TC],0x3f00000000000000
++ .long 0x3f000000
++
+ .section ".text"
+
+ /* float [fp1] roundf (float x [fp1])
+diff -urN glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_truncf.S glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_truncf.S
+--- glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_truncf.S 2014-05-27 22:52:12.000000000 -0500
++++ glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/fpu/s_truncf.S 2014-05-27 22:52:18.000000000 -0500
+@@ -19,8 +19,10 @@
+ #include <sysdep.h>
+
+ .section ".toc","aw"
++ .p2align 3
+ .LC0: /* 2**23 */
+- .tc FD_4b000000_0[TC],0x4b00000000000000
++ .long 0x4b000000
++ .long 0x0
+ .section ".text"
+
+ /* float [fp1] truncf (float x [fp1])