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

r4568 - in glibc-package/trunk: . debian debian/patches debian/patches/hurd-i386



Author: sthibault
Date: 2011-03-07 09:33:39 +0000 (Mon, 07 Mar 2011)
New Revision: 4568

Added:
   glibc-package/trunk/debian/patches/hurd-i386/local-add-needed.diff
Modified:
   glibc-package/trunk/
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series.hurd-i386
Log:
backport r4526 from 2.13: Add patches/hurd-i386/local-add-needed.diff to fix getting functions from libmachuser and libhurduser with gold linking.


Property changes on: glibc-package/trunk
___________________________________________________________________
Deleted: svn:mergeinfo
   - 

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-03-06 23:48:04 UTC (rev 4567)
+++ glibc-package/trunk/debian/changelog	2011-03-07 09:33:39 UTC (rev 4568)
@@ -2,6 +2,8 @@
 
   [ Samuel Thibault ]
   * Add expected hurd-i386 failure (actually not a regression).
+  * Add patches/hurd-i386/local-add-needed.diff to fix getting functions from
+    libmachuser and libhurduser with gold linking.
 
  -- Samuel Thibault <sthibault@debian.org>  Wed, 02 Mar 2011 23:28:40 +0100
 

Copied: glibc-package/trunk/debian/patches/hurd-i386/local-add-needed.diff (from rev 4526, glibc-package/branches/eglibc-2.13/debian/patches/hurd-i386/local-add-needed.diff)
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/local-add-needed.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-add-needed.diff	2011-03-07 09:33:39 UTC (rev 4568)
@@ -0,0 +1,15 @@
+These are not implicit any more with gold.
+
+---
+ Makerules |    1 +
+ 1 file changed, 1 insertion(+)
+--- a/Makerules.original	2011-02-21 02:30:30.000000000 +0000
++++ b/Makerules	2011-02-21 02:33:37.000000000 +0000
+@@ -1043,6 +1043,7 @@
+ 	 echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
+ 	      '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
+ 	      ' AS_NEEDED (' $(slibdir)/$(rtld-installed-name) ') )' ;\
++	 echo 'INPUT ( AS_NEEDED ( -lmachuser -lhurduser ) )' ;\
+ 	 echo 'INPUT ( AS_NEEDED ( -lpthread-stubs ) )' \
+ 	) > $@.new
+ 	mv -f $@.new $@

Modified: glibc-package/trunk/debian/patches/series.hurd-i386
===================================================================
--- glibc-package/trunk/debian/patches/series.hurd-i386	2011-03-06 23:48:04 UTC (rev 4567)
+++ glibc-package/trunk/debian/patches/series.hurd-i386	2011-03-07 09:33:39 UTC (rev 4568)
@@ -6,3 +6,4 @@
 hurd-i386/local-unlockpt-chroot.diff
 hurd-i386/local-msg-nosignal.diff
 hurd-i386/local-pthread.diff
+hurd-i386/local-add-needed.diff


Reply to: