[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1626 - in glibc-package: branches/glibc-2.4/debian branches/glibc-2.4/debian/patches/m32r trunk/debian trunk/debian/patches/m32r



Author: aurel32
Date: 2006-06-07 09:31:40 +0000 (Wed, 07 Jun 2006)
New Revision: 1626

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/patches/m32r/local-ports-m32r.diff
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/m32r/local-ports-m32r.diff
Log:
* patches/m32r/local-ports-m32r.diff: remove libc_cv_gcc_unwind_find=yes
  from m32r/configure by Kazuhiro Inaoka.  (Closes: #371052)



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-06-06 22:48:49 UTC (rev 1625)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-06-07 09:31:40 UTC (rev 1626)
@@ -148,6 +148,8 @@
     fix the installation path.  (Closes: #370523)
   * patches/kfreebsd/local-sysdeps.diff: update to revision 1583 (from glibc-bsd)
     to fix the build with gcc-4.1.
+  * patches/m32r/local-ports-m32r.diff: remove libc_cv_gcc_unwind_find=yes
+    from m32r/configure by Kazuhiro Inaoka.  (Closes: #371052)
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat,  3 Jun 2006 16:15:48 +0200
 

Modified: glibc-package/branches/glibc-2.4/debian/patches/m32r/local-ports-m32r.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/m32r/local-ports-m32r.diff	2006-06-06 22:48:49 UTC (rev 1625)
+++ glibc-package/branches/glibc-2.4/debian/patches/m32r/local-ports-m32r.diff	2006-06-07 09:31:40 UTC (rev 1626)
@@ -1,7 +1,13 @@
 diff --exclude=CVS -upNr ports/ChangeLog.m32r ports/ChangeLog.m32r
 --- ports/ChangeLog.m32r	1970-01-01 09:00:00.000000000 +0900
 +++ ports/ChangeLog.m32r	2006-05-09 10:23:08.000000000 +0900
-@@ -0,0 +1,291 @@
+@@ -0,0 +1,297 @@
++2006-06-07  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
++	* 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 <inaoka.kazuhiro@renesas.com>
 +	* sysdeps/m32r/setjmp.h : Avoid stdlib/isomac.out Error.
 +
@@ -3368,21 +3374,19 @@
 diff --exclude=CVS -upNr ports/sysdeps/unix/sysv/linux/m32r/configure ports/sysdeps/unix/sysv/linux/m32r/configure
 --- ports/sysdeps/unix/sysv/linux/m32r/configure	1970-01-01 09:00:00.000000000 +0900
 +++ ports/sysdeps/unix/sysv/linux/m32r/configure	2005-10-31 17:17:34.000000000 +0900
-@@ -0,0 +1,6 @@
+@@ -0,0 +1,5 @@
 +# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
 + # Local configure fragment for m32r/sysdeps/unix/sysv/linux/m32r
 +
 +arch_minimum_kernel=2.4.19
-+libc_cv_gcc_unwind_find_fde=yes
 +
 diff --exclude=CVS -upNr ports/sysdeps/unix/sysv/linux/m32r/configure.in ports/sysdeps/unix/sysv/linux/m32r/configure.in
 --- ports/sysdeps/unix/sysv/linux/m32r/configure.in	1970-01-01 09:00:00.000000000 +0900
 +++ ports/sysdeps/unix/sysv/linux/m32r/configure.in	2005-10-31 17:17:34.000000000 +0900
-@@ -0,0 +1,5 @@
+@@ -0,0 +1,4 @@
 +# Local configure fragment for m32r/sysdeps/unix/sysv/linux/m32r
 +
 +arch_minimum_kernel=2.4.19
-+libc_cv_gcc_unwind_find_fde=yes
 +
 diff --exclude=CVS -upNr ports/sysdeps/unix/sysv/linux/m32r/fchown.c ports/sysdeps/unix/sysv/linux/m32r/fchown.c
 --- ports/sysdeps/unix/sysv/linux/m32r/fchown.c	1970-01-01 09:00:00.000000000 +0900

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-06-06 22:48:49 UTC (rev 1625)
+++ glibc-package/trunk/debian/changelog	2006-06-07 09:31:40 UTC (rev 1626)
@@ -17,6 +17,8 @@
     fix the installation path.  (Closes: #370523)
   * patches/kfreebsd/local-sysdeps.diff: update to revision 1583 (from glibc-bsd)
     to fix the build with gcc-4.1.
+  * patches/m32r/local-ports-m32r.diff: remove libc_cv_gcc_unwind_find=yes
+    from m32r/configure by Kazuhiro Inaoka.  (Closes: #371052)
 
   [ Denis Barbier ]
   * debian/patches/localedata/tailor-iso14651_t1.diff: Fix several collation

Modified: glibc-package/trunk/debian/patches/m32r/local-ports-m32r.diff
===================================================================
--- glibc-package/trunk/debian/patches/m32r/local-ports-m32r.diff	2006-06-06 22:48:49 UTC (rev 1625)
+++ glibc-package/trunk/debian/patches/m32r/local-ports-m32r.diff	2006-06-07 09:31:40 UTC (rev 1626)
@@ -1,7 +1,13 @@
 diff --exclude=CVS -upNr ports/ChangeLog.m32r ports/ChangeLog.m32r
 --- ports/ChangeLog.m32r	1970-01-01 09:00:00.000000000 +0900
 +++ ports/ChangeLog.m32r	2006-05-09 10:23:08.000000000 +0900
-@@ -0,0 +1,291 @@
+@@ -0,0 +1,297 @@
++2006-06-07  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
++	* 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 <inaoka.kazuhiro@renesas.com>
 +	* sysdeps/m32r/setjmp.h : Avoid stdlib/isomac.out Error.
 +
@@ -3368,21 +3374,19 @@
 diff --exclude=CVS -upNr ports/sysdeps/unix/sysv/linux/m32r/configure ports/sysdeps/unix/sysv/linux/m32r/configure
 --- ports/sysdeps/unix/sysv/linux/m32r/configure	1970-01-01 09:00:00.000000000 +0900
 +++ ports/sysdeps/unix/sysv/linux/m32r/configure	2005-10-31 17:17:34.000000000 +0900
-@@ -0,0 +1,6 @@
+@@ -0,0 +1,5 @@
 +# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
 + # Local configure fragment for m32r/sysdeps/unix/sysv/linux/m32r
 +
 +arch_minimum_kernel=2.4.19
-+libc_cv_gcc_unwind_find_fde=yes
 +
 diff --exclude=CVS -upNr ports/sysdeps/unix/sysv/linux/m32r/configure.in ports/sysdeps/unix/sysv/linux/m32r/configure.in
 --- ports/sysdeps/unix/sysv/linux/m32r/configure.in	1970-01-01 09:00:00.000000000 +0900
 +++ ports/sysdeps/unix/sysv/linux/m32r/configure.in	2005-10-31 17:17:34.000000000 +0900
-@@ -0,0 +1,5 @@
+@@ -0,0 +1,4 @@
 +# Local configure fragment for m32r/sysdeps/unix/sysv/linux/m32r
 +
 +arch_minimum_kernel=2.4.19
-+libc_cv_gcc_unwind_find_fde=yes
 +
 diff --exclude=CVS -upNr ports/sysdeps/unix/sysv/linux/m32r/fchown.c ports/sysdeps/unix/sysv/linux/m32r/fchown.c
 --- ports/sysdeps/unix/sysv/linux/m32r/fchown.c	1970-01-01 09:00:00.000000000 +0900



Reply to: