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

r5785 - in glibc-package/branches/eglibc-2.18/debian: . patches patches/any



Author: adconrad
Date: 2013-11-23 08:17:36 +0000 (Sat, 23 Nov 2013)
New Revision: 5785

Added:
   glibc-package/branches/eglibc-2.18/debian/patches/any/unsubmitted-tst-tlsmod-as-needed.diff
Modified:
   glibc-package/branches/eglibc-2.18/debian/changelog
   glibc-package/branches/eglibc-2.18/debian/patches/series
Log:
debian/patches/any/unsubmitted-tst-tlsmod-as-needed.diff: Fix linking
tst-tlsmod5.so and tst-tlsmod6.so with an as-needed default toolchain.

Modified: glibc-package/branches/eglibc-2.18/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/changelog	2013-11-22 17:33:17 UTC (rev 5784)
+++ glibc-package/branches/eglibc-2.18/debian/changelog	2013-11-23 08:17:36 UTC (rev 5785)
@@ -64,6 +64,8 @@
   * debian/sysdeps/*: Enable new IFUNC support on armel and armhf builds.
   * debian/patches/any/cvs-tst-cleanup2-ret.diff: Fix return regression
     on recent versions of gcc in nptl/tst-cleanup2 and nptl/tst-cleanupx2.
+  * debian/patches/any/unsubmitted-tst-tlsmod-as-needed.diff: Fix linking
+    tst-tlsmod5.so and tst-tlsmod6.so with an as-needed default toolchain.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/libpthread_hurd_cond_timedwait.diff: Rebased.

Added: glibc-package/branches/eglibc-2.18/debian/patches/any/unsubmitted-tst-tlsmod-as-needed.diff
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/patches/any/unsubmitted-tst-tlsmod-as-needed.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.18/debian/patches/any/unsubmitted-tst-tlsmod-as-needed.diff	2013-11-23 08:17:36 UTC (rev 5785)
@@ -0,0 +1,15 @@
+diff --git a/elf/Makefile b/elf/Makefile
+index c6626e1..4d64b45 100644
+--- a/elf/Makefile
++++ b/elf/Makefile
+@@ -515,8 +515,8 @@ LDFLAGS-tst-initordera2.so = $(no-as-needed)
+ LDFLAGS-tst-initordera3.so = $(no-as-needed)
+ LDFLAGS-tst-initordera4.so = $(no-as-needed)
+ LDFLAGS-tst-initorderb2.so = $(no-as-needed)
+-LDFLAGS-tst-tlsmod5.so = -nostdlib
+-LDFLAGS-tst-tlsmod6.so = -nostdlib
++LDFLAGS-tst-tlsmod5.so = -nostdlib $(no-as-needed)
++LDFLAGS-tst-tlsmod6.so = -nostdlib $(no-as-needed)
+ 
+ testobj1.so-no-z-defs = yes
+ testobj3.so-no-z-defs = yes

Modified: glibc-package/branches/eglibc-2.18/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/patches/series	2013-11-22 17:33:17 UTC (rev 5784)
+++ glibc-package/branches/eglibc-2.18/debian/patches/series	2013-11-23 08:17:36 UTC (rev 5785)
@@ -242,3 +242,4 @@
 any/cvs-CVE-2013-4788-static-ptrguard-ppc64.diff
 any/cvs-CVE-2013-4788-static-ptrguard-arm.diff
 any/unsubmitted-dlopen-static-crash.diff
+any/unsubmitted-tst-tlsmod-as-needed.diff


Reply to: