summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git/powerpc_copysignl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc-git/powerpc_copysignl.patch')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/powerpc_copysignl.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/powerpc_copysignl.patch b/meta/recipes-core/uclibc/uclibc-git/powerpc_copysignl.patch
index ce58583c81..2f014cd91e 100644
--- a/meta/recipes-core/uclibc/uclibc-git/powerpc_copysignl.patch
+++ b/meta/recipes-core/uclibc/uclibc-git/powerpc_copysignl.patch
@@ -6,21 +6,21 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 6
7Index: git/libc/sysdeps/linux/powerpc/Makefile.arch 7Index: git/libc/sysdeps/linux/powerpc/Makefile.arch
8=================================================================== 8===================================================================
9--- git.orig/libc/sysdeps/linux/powerpc/Makefile.arch 2013-01-21 16:18:22.000000000 -0800 9--- git.orig/libc/sysdeps/linux/powerpc/Makefile.arch 2013-05-23 11:09:50.000000000 -0700
10+++ git/libc/sysdeps/linux/powerpc/Makefile.arch 2013-01-21 16:21:25.363552429 -0800 10+++ git/libc/sysdeps/linux/powerpc/Makefile.arch 2013-05-23 11:12:06.072328399 -0700
11@@ -5,7 +5,7 @@ 11@@ -5,7 +5,7 @@
12 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. 12 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
13 # 13 #
14 14
15-CSRC-y := __syscall_error.c pread_write.c ioctl.c 15-CSRC-y := __syscall_error.c ioctl.c
16+CSRC-y := __syscall_error.c pread_write.c ioctl.c copysignl.c 16+CSRC-y := __syscall_error.c ioctl.c copysignl.c
17 17
18 SSRC-y := \ 18 SSRC-y := \
19 __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S brk.S \ 19 __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S brk.S \
20Index: git/libc/sysdeps/linux/powerpc/copysignl.c 20Index: git/libc/sysdeps/linux/powerpc/copysignl.c
21=================================================================== 21===================================================================
22--- /dev/null 1970-01-01 00:00:00.000000000 +0000 22--- /dev/null 1970-01-01 00:00:00.000000000 +0000
23+++ git/libc/sysdeps/linux/powerpc/copysignl.c 2013-01-21 16:20:46.807552554 -0800 23+++ git/libc/sysdeps/linux/powerpc/copysignl.c 2013-05-23 11:11:37.600327865 -0700
24@@ -0,0 +1,89 @@ 24@@ -0,0 +1,89 @@
25+/* s_copysignl.c -- long double version of s_copysign.c. 25+/* s_copysignl.c -- long double version of s_copysign.c.
26+ * Conversion to long double by Ulrich Drepper, 26+ * Conversion to long double by Ulrich Drepper,