summaryrefslogtreecommitdiff
path: root/packages/glibc/2.17/0038-glibc-ppc64le-16.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-11 02:00:59 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commit86c2982568de1ad4d4cc12a65b19231331484405 (patch)
tree2e0b3fb78c30877c0c152d59d0e0fff817b73822 /packages/glibc/2.17/0038-glibc-ppc64le-16.patch
parent1210b0c2f45e32ef0867ca00e16b6aadb6a81bf9 (diff)
Run patches thru `manage-packages -P`
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/glibc/2.17/0038-glibc-ppc64le-16.patch')
-rw-r--r--packages/glibc/2.17/0038-glibc-ppc64le-16.patch15
1 files changed, 9 insertions, 6 deletions
diff --git a/packages/glibc/2.17/0038-glibc-ppc64le-16.patch b/packages/glibc/2.17/0038-glibc-ppc64le-16.patch
index 0da0865..3f4bfba 100644
--- a/packages/glibc/2.17/0038-glibc-ppc64le-16.patch
+++ b/packages/glibc/2.17/0038-glibc-ppc64le-16.patch
@@ -13,9 +13,13 @@
# * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
# (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
#
-diff -urN glibc-2.17-c758a686/sysdeps/powerpc/fpu/fpu_control.h glibc-2.17-c758a686/sysdeps/powerpc/fpu/fpu_control.h
---- glibc-2.17-c758a686/sysdeps/powerpc/fpu/fpu_control.h 2014-05-27 22:40:18.000000000 -0500
-+++ glibc-2.17-c758a686/sysdeps/powerpc/fpu/fpu_control.h 2014-05-27 22:43:40.000000000 -0500
+---
+# sysdeps/powerpc/fpu/fpu_control.h | 32 ++++++-----
+# sysdeps/powerpc/fpu/tst-setcontext-fpscr.c | 83 ++++++++++++++---------------
+# 2 files changed, 60 insertions(+), 55 deletions(-)
+#
+--- a/sysdeps/powerpc/fpu/fpu_control.h
++++ b/sysdeps/powerpc/fpu/fpu_control.h
@@ -45,22 +45,26 @@
#define _FPU_IEEE 0x000000f0
@@ -57,9 +61,8 @@ diff -urN glibc-2.17-c758a686/sysdeps/powerpc/fpu/fpu_control.h glibc-2.17-c758a
/* Default control word set at startup. */
extern fpu_control_t __fpu_control;
-diff -urN glibc-2.17-c758a686/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c glibc-2.17-c758a686/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c
---- glibc-2.17-c758a686/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c 2014-05-27 22:40:18.000000000 -0500
-+++ glibc-2.17-c758a686/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c 2014-05-27 22:40:21.000000000 -0500
+--- a/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c
++++ b/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c
@@ -83,7 +83,7 @@
return 0;
}