Package:glibc Version:2.3.6-13 Serverity:wishlist Tags:patch
Excuse me, my any/local-libgcc-static.diff patch was bad. We provide _Unwind_Find_FDE from only libgcc. But we defined libc_cv_gcc_unwind_find_fde=yes. It was a mistake. This patch is to remove the difinition (libc_cv_gcc_unwind_find_fde=yes) from ports/sysdeps/unix/sysv/linux/m32r/configure and configure.in. Please apply it. changelog: * Add debian/patches/m32r/local-ports-m32r-configure.diff - Remove libc_cv_gcc_unwind_find_fde=yes from m32r/configure. Regards, Kazuhiro Inaoka
--- patches/m32r/local-ports-m32r-configure.diff.org 1970-01-01 09:00:00.000000000 +0900 +++ patches/m32r/local-ports-m32r-configure.diff 2006-06-07 11:14:27.603035444 +0900 @@ -0,0 +1,30 @@ +--- ports/ChangeLog.m32r.org 2006-06-07 11:06:19.000000000 +0900 ++++ ports/ChangeLog.m32r 2006-06-07 11:09:14.000000000 +0900 +@@ -1,3 +1,9 @@ ++2006-06-07 Kazuhiro Inaoka <[EMAIL PROTECTED]> ++ * sysdeps/unix/sysv/linux/m32r/configure: Removed ++ libc_cv_gcc_unwind_find=yes, because we provide _Unwind_Find_FDE ++ from libgcc. ++ * sysdeps/unix/sysv/linux/m32r/configure: Ditto. ++ + 2006-04-24 Kazuhiro Inaoka <[EMAIL PROTECTED]> + * sysdeps/m32r/setjmp.h : Avoid stdlib/isomac.out Error. + +--- ports/sysdeps/unix/sysv/linux/m32r/configure.org 2006-06-07 11:10:18.246273092 +0900 ++++ ports/sysdeps/unix/sysv/linux/m32r/configure 2006-06-07 11:10:44.274182120 +0900 +@@ -2,5 +2,5 @@ + # Local configure fragment for m32r/sysdeps/unix/sysv/linux/m32r + + arch_minimum_kernel=2.4.19 +-libc_cv_gcc_unwind_find_fde=yes ++ + +--- ports/sysdeps/unix/sysv/linux/m32r/configure.in.org 2006-06-07 11:10:08.629784565 +0900 ++++ ports/sysdeps/unix/sysv/linux/m32r/configure.in 2006-06-07 11:10:51.486048578 +0900 +@@ -1,5 +1,5 @@ + # Local configure fragment for m32r/sysdeps/unix/sysv/linux/m32r + + arch_minimum_kernel=2.4.19 +-libc_cv_gcc_unwind_find_fde=yes ++ + --- patches/series.org 2006-06-07 11:04:58.000000000 +0900 +++ patches/series 2006-06-07 11:30:59.580736978 +0900 @@ -90,6 +90,7 @@ m32r/cvs-elf-m32r_rel32.diff -p0 m32r/local-ports-m32r.diff -p0 +m32r/local-ports-m32r-configure.diff -p0 m68k/local-compat.diff -p1 m68k/local-dwarf2-buildfix.diff -p0