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

r6189 - in glibc-package/trunk/debian: . patches patches/alpha



Author: aurel32
Date: 2014-06-30 20:53:38 +0000 (Mon, 30 Jun 2014)
New Revision: 6189

Added:
   glibc-package/trunk/debian/patches/alpha/cvs-__pointer_chk_guard.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * debian/patches/alpha/cvs-__pointer_chk_guard.diff: new patch from
    upstream to fix testsuite failures on alpha.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2014-06-27 02:28:51 UTC (rev 6188)
+++ glibc-package/trunk/debian/changelog	2014-06-30 20:53:38 UTC (rev 6189)
@@ -2,6 +2,8 @@
 
   [ Aurelien Jarno ]
   * debian/sysdeps/mips*.mk: replace EGLIBC_PASSES into GLIBC_PASSES.
+  * debian/patches/alpha/cvs-__pointer_chk_guard.diff: new patch from
+    upstream to fix testsuite failures on alpha.
 
   [ Helmut Grohne ]
   * Rename the bootstrap stage to DEB_BUILD_PROFILES=stage1 to conform

Added: glibc-package/trunk/debian/patches/alpha/cvs-__pointer_chk_guard.diff
===================================================================
--- glibc-package/trunk/debian/patches/alpha/cvs-__pointer_chk_guard.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/alpha/cvs-__pointer_chk_guard.diff	2014-06-30 20:53:38 UTC (rev 6189)
@@ -0,0 +1,16 @@
+2014-04-16  Richard Henderson  <rth@redhat.com>
+ 
+	* ports/sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
+	const from the non-libc, non-ldso copy.
+
+--- a/ports/sysdeps/unix/alpha/sysdep.h
++++ b/ports/sysdeps/unix/alpha/sysdep.h
+@@ -377,7 +377,7 @@ extern uintptr_t __pointer_chk_guard_local attribute_relro attribute_hidden;
+ #  define PTR_MANGLE(var) \
+ 	(var) = (__typeof (var)) ((uintptr_t) (var) ^ __pointer_chk_guard_local)
+ # else
+-extern const uintptr_t __pointer_chk_guard attribute_relro;
++extern uintptr_t __pointer_chk_guard attribute_relro;
+ #  define PTR_MANGLE(var) \
+ 	(var) = (__typeof(var)) ((uintptr_t) (var) ^ __pointer_chk_guard)
+ # endif

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2014-06-27 02:28:51 UTC (rev 6188)
+++ glibc-package/trunk/debian/patches/series	2014-06-30 20:53:38 UTC (rev 6189)
@@ -45,6 +45,7 @@
 alpha/local-lowlevellock.diff
 alpha/local-string-functions.diff
 alpha/submitted-lll_futex_timed_wait_bitset.diff
+alpha/cvs-__pointer_chk_guard.diff
 
 amd64/submitted-rwlock-stack-imbalance.diff
 


Reply to: