From 4f20d6e9ccef33bcf2a7f01da5f465620f23a1e4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 17 Jul 2012 23:39:40 -0700 Subject: eglibc: Fix build for e500 cores e500 support needed to be updared to match eglibc 2.16 (From OE-Core rev: ae9748c614dc8e56cde3de2401c922607ed97620) Signed-off-by: Khem Raj Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../eglibc/eglibc-2.16/e500-math_private.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch (limited to 'meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch') 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 new file mode 100644 index 0000000000..9dbb26e1e4 --- /dev/null +++ b/meta/recipes-core/eglibc/eglibc-2.16/e500-math_private.patch @@ -0,0 +1,31 @@ +Match with the latest math_private restructuring in glibc + +as done here + +http://sourceware.org/ml/libc-alpha/2012-03/msg00302.html + +Signed-off-by: Khem Raj + +Upstream-Status: Pending + +Index: libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h +=================================================================== +--- libc.orig/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h 2012-07-17 22:58:20.340405923 -0700 ++++ libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/math_private.h 2012-07-17 22:58:21.120405923 -0700 +@@ -1 +1 @@ +-#include ++#include_next +Index: libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcpt.c +=================================================================== +--- libc.orig/ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcpt.c 2012-07-17 23:15:15.872405939 -0700 ++++ libc/ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcpt.c 2012-07-17 23:18:42.760405602 -0700 +@@ -23,7 +23,7 @@ + + #undef feraiseexcept + +-#define __FERAISEEXCEPT_INTERNAL feraiseexcept ++#define __FERAISEEXCEPT_INTERNAL __feraiseexcept + #include "../spe-raise.c" + +-libm_hidden_def (feraiseexcept) ++libm_hidden_ver (__feraiseexcept, feraiseexcept) -- cgit v1.2.3-54-g00ecf