summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch')
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch b/meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch
deleted file mode 100644
index 9dbb26e1e4..0000000000
--- a/meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1Match with the latest math_private restructuring in glibc
2
3as done here
4
5http://sourceware.org/ml/libc-alpha/2012-03/msg00302.html
6
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8
9Upstream-Status: Pending
10
11Index: libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h
12===================================================================
13--- libc.orig/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h 2012-07-17 22:58:20.340405923 -0700
14+++ libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h 2012-07-17 22:58:21.120405923 -0700
15@@ -1 +1 @@
16-#include <math/math_private.h>
17+#include_next <sysdeps/generic/math_private.h>
18Index: libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcpt.c
19===================================================================
20--- libc.orig/ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcpt.c 2012-07-17 23:15:15.872405939 -0700
21+++ libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcpt.c 2012-07-17 23:18:42.760405602 -0700
22@@ -23,7 +23,7 @@
23
24 #undef feraiseexcept
25
26-#define __FERAISEEXCEPT_INTERNAL feraiseexcept
27+#define __FERAISEEXCEPT_INTERNAL __feraiseexcept
28 #include "../spe-raise.c"
29
30-libm_hidden_def (feraiseexcept)
31+libm_hidden_ver (__feraiseexcept, feraiseexcept)