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

r2963 - in glibc-package/branches/glibc-branch-etch/debian: . patches patches/any



Author: aurel32
Date: 2008-05-31 08:29:46 +0000 (Sat, 31 May 2008)
New Revision: 2963

Added:
   glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff
Modified:
   glibc-package/branches/glibc-branch-etch/debian/changelog
   glibc-package/branches/glibc-branch-etch/debian/patches/series
Log:
  * patches/any/cvs-tls-link.diff: fix linker script for libraries using
    TLS.  Closes: #478542.



Modified: glibc-package/branches/glibc-branch-etch/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/changelog	2008-05-31 08:11:38 UTC (rev 2962)
+++ glibc-package/branches/glibc-branch-etch/debian/changelog	2008-05-31 08:29:46 UTC (rev 2963)
@@ -1,3 +1,10 @@
+glibc (2.3.6.ds1-13etch7) stable; urgency=low
+
+  * patches/any/cvs-tls-link.diff: fix linker script for libraries using
+    TLS.  Closes: #478542.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sat, 31 May 2008 10:28:39 +0200
+
 glibc (2.3.6.ds1-13etch6) stable; urgency=low
 
   * patches/any/cvs-nscd-hstcache.diff: fix nscd host caching.  Closes: 

Added: glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff	                        (rev 0)
+++ glibc-package/branches/glibc-branch-etch/debian/patches/any/cvs-tls-link.diff	2008-05-31 08:29:46 UTC (rev 2963)
@@ -0,0 +1,19 @@
+commit 6503d724f3f43dc3805b6f46f4ebf12512b97ec0
+Author: Ulrich Drepper <drepper@redhat.com>
+Date:   Thu Feb 24 02:09:38 2005 +0000
+
+    (libc.so): Add AS_NEEDED line for dynamic linker.
+
+diff --git a/Makerules b/Makerules
+index 887d727..5c8185f 100644
+--- a/Makerules
++++ b/Makerules
+@@ -972,7 +972,7 @@ $(inst_libdir)/libc.so: $(common-objpfx)format.lds \
+ 	 cat $<; \
+ 	 echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
+ 	      '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
+-	      ')' \
++	      'AS_NEEDED (' $(inst_slibdir)/$(rtld-installed-name) ') )' \
+ 	) > $@.new
+ 	mv -f $@.new $@
+ 

Modified: glibc-package/branches/glibc-branch-etch/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/patches/series	2008-05-31 08:11:38 UTC (rev 2962)
+++ glibc-package/branches/glibc-branch-etch/debian/patches/series	2008-05-31 08:29:46 UTC (rev 2963)
@@ -151,6 +151,7 @@
 any/cvs-sysctl.diff -p1
 any/cvs-thread_signals.diff -p0
 any/cvs-tls-crashfix.diff -p1
+any/cvs-tls-link.diff -p1
 any/cvs-tst-setcontext_c.diff -p1
 any/cvs-resource_h.diff -p1
 any/cvs-vfscanf.diff -p1


Reply to: