changeset 6327:58f938d06e4e

Fix linux-ppc::glibc-core (glibc-2.3) libc_cv_gcc_unwind_find_fde
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 31 Jan 2015 16:22:02 +0900
parents 97b1c6e0a2cb
children 25f5df644166
files gub/specs/glibc-core.py patches/glibc-2.3-powerpc-unwind-find-fde.patch
diffstat 2 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/glibc-core.py	Wed Jan 28 21:15:55 2015 +0900
+++ b/gub/specs/glibc-core.py	Sat Jan 31 16:22:02 2015 +0900
@@ -41,6 +41,7 @@
 class Glibc_core__linux__ppc (Glibc_core):
     patches = Glibc_core.patches + [
         'glibc-2.3-linux-ppc-sysdeps-generic-strtol_l.patch',
+        'glibc-2.3-powerpc-unwind-find-fde.patch',
         ]
         # ugh, but the gnulib=-lgcc hack does something else on ppc...
         # it (huh?) drops *-lgcc* (instead of -lgcc_eh) from libc.so
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/glibc-2.3-powerpc-unwind-find-fde.patch	Sat Jan 31 16:22:02 2015 +0900
@@ -0,0 +1,20 @@
+--- a/sysdeps/unix/sysv/linux/configure.in	2004-07-06 13:11:40.000000000 +0900
++++ b/sysdeps/unix/sysv/linux/configure.in	2015-01-31 16:09:20.614292300 +0900
+@@ -80,7 +80,6 @@
+     libc_cv_gcc_unwind_find_fde=yes
+     ;;
+   powerpc/powerpc32)
+-    libc_cv_gcc_unwind_find_fde=yes
+     arch_minimum_kernel=2.0.10
+     ;;
+   powerpc/powerpc64)
+--- a/sysdeps/unix/sysv/linux/configure	2004-07-06 13:13:42.000000000 +0900
++++ b/sysdeps/unix/sysv/linux/configure	2015-01-31 16:08:47.004884100 +0900
+@@ -120,7 +120,6 @@
+     libc_cv_gcc_unwind_find_fde=yes
+     ;;
+   powerpc/powerpc32)
+-    libc_cv_gcc_unwind_find_fde=yes
+     arch_minimum_kernel=2.0.10
+     ;;
+   powerpc/powerpc64)