r4518 - in glibc-package/branches/eglibc-2.13/debian: . patches patches/any
Author: aurel32
Date: 2011-02-11 18:31:54 +0000 (Fri, 11 Feb 2011)
New Revision: 4518
Added:
glibc-package/branches/eglibc-2.13/debian/patches/any/submitted-ldsodefs_rtld_debug.diff
Modified:
glibc-package/branches/eglibc-2.13/debian/changelog
glibc-package/branches/eglibc-2.13/debian/patches/series
Log:
* Add patches/any/submitted-ldsodefs_rtld_debug.diff to fix
EGLIBC_RTLD_DEBUG support on non NPTL systems.
Modified: glibc-package/branches/eglibc-2.13/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/changelog 2011-02-10 18:16:58 UTC (rev 4517)
+++ glibc-package/branches/eglibc-2.13/debian/changelog 2011-02-11 18:31:54 UTC (rev 4518)
@@ -113,6 +113,8 @@
"--unified-reject-files". Closes: #612540.
* Build depends on binutils (>= 2.21) on sparc and sparc64 to gain
STT_GNU_IFUNC support.
+ * Add patches/any/submitted-ldsodefs_rtld_debug.diff to fix
+ EGLIBC_RTLD_DEBUG support on non NPTL systems.
-- Aurelien Jarno <aurel32@debian.org> Tue, 08 Feb 2011 09:27:55 +0100
Added: glibc-package/branches/eglibc-2.13/debian/patches/any/submitted-ldsodefs_rtld_debug.diff
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/patches/any/submitted-ldsodefs_rtld_debug.diff (rev 0)
+++ glibc-package/branches/eglibc-2.13/debian/patches/any/submitted-ldsodefs_rtld_debug.diff 2011-02-11 18:31:54 UTC (rev 4518)
@@ -0,0 +1,14 @@
+2011-02-11 Aurelien Jarno <aurelien@aurel32.net>
+
+ * sysdeps/generic/ldsodefs.h: include <gnu/option-groups.h>.
+
+--- libc/sysdeps/generic/ldsodefs.h
++++ libc/sysdeps/generic/ldsodefs.h
+@@ -39,6 +39,7 @@
+ #include <hp-timing.h>
+ #include <tls.h>
+ #include <kernel-features.h>
++#include <gnu/option-groups.h> /* For __OPTION_EGLIBC_RTLD_DEBUG. */
+
+ __BEGIN_DECLS
+
Modified: glibc-package/branches/eglibc-2.13/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/patches/series 2011-02-10 18:16:58 UTC (rev 4517)
+++ glibc-package/branches/eglibc-2.13/debian/patches/series 2011-02-11 18:31:54 UTC (rev 4518)
@@ -149,6 +149,7 @@
all/local-remove-manual.diff
all/local-ru_RU.diff
all/local-ldd.diff
+all/local-nis-shadow.diff
any/local-asserth-decls.diff
any/local-bindresvport_blacklist.diff
@@ -211,4 +212,4 @@
any/local-gai-rfc1918-scope-global.patch
any/local-dlfptr.diff
any/submitted-string2-strcmp.diff
-all/local-nis-shadow.diff
+any/submitted-ldsodefs_rtld_debug.diff
Reply to: