Author: aurel32
Date: 2011-12-15 08:47:39 +0000 (Thu, 15 Dec 2011)
New Revision: 5087

Added:
   
glibc-package/branches/glibc-branch-squeeze/debian/patches/arm/cvs-tls-unallocated.diff
   
glibc-package/branches/glibc-branch-squeeze/debian/patches/mips/cvs-tls-unallocated.diff
Modified:
   glibc-package/branches/glibc-branch-squeeze/debian/changelog
   glibc-package/branches/glibc-branch-squeeze/debian/patches/series
Log:
  * Add patches/arm/cvs-tls-unallocated.diff and
    patches/mips/cvs-tls-unallocated.diff to fix FTBFS on armel, mips
    and mipsel.



Modified: glibc-package/branches/glibc-branch-squeeze/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-squeeze/debian/changelog        
2011-12-14 20:12:19 UTC (rev 5086)
+++ glibc-package/branches/glibc-branch-squeeze/debian/changelog        
2011-12-15 08:47:39 UTC (rev 5087)
@@ -1,3 +1,11 @@
+eglibc (2.11.3-2) UNRELEASED; urgency=low
+
+  * Add patches/arm/cvs-tls-unallocated.diff and
+    patches/mips/cvs-tls-unallocated.diff to fix FTBFS on armel, mips
+    and mipsel.
+
+ -- Aurelien Jarno <aure...@debian.org>  Thu, 15 Dec 2011 09:46:52 +0100
+
 eglibc (2.11.3-1) stable; urgency=low
 
   * Update from stable upstream version, and update from the upstream 

Added: 
glibc-package/branches/glibc-branch-squeeze/debian/patches/arm/cvs-tls-unallocated.diff
===================================================================
--- 
glibc-package/branches/glibc-branch-squeeze/debian/patches/arm/cvs-tls-unallocated.diff
                             (rev 0)
+++ 
glibc-package/branches/glibc-branch-squeeze/debian/patches/arm/cvs-tls-unallocated.diff
     2011-12-15 08:47:39 UTC (rev 5087)
@@ -0,0 +1,15 @@
+2011-04-11  Joseph Myers  <jos...@codesourcery.com>
+
+       * ports/sysdeps/arm/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
+
+diff --git a/ports/sysdeps/arm/dl-tls.h b/ports/sysdeps/arm/dl-tls.h
+index 02285a7..694d11d 100644
+--- a/ports/sysdeps/arm/dl-tls.h
++++ b/ports/sysdeps/arm/dl-tls.h
+@@ -27,3 +27,6 @@ typedef struct dl_tls_index
+ 
+ 
+ extern void *__tls_get_addr (tls_index *ti);
++
++/* Value used for dtv entries for which the allocation is delayed.  */
++#define TLS_DTV_UNALLOCATED   ((void *) -1l)

Added: 
glibc-package/branches/glibc-branch-squeeze/debian/patches/mips/cvs-tls-unallocated.diff
===================================================================
--- 
glibc-package/branches/glibc-branch-squeeze/debian/patches/mips/cvs-tls-unallocated.diff
                            (rev 0)
+++ 
glibc-package/branches/glibc-branch-squeeze/debian/patches/mips/cvs-tls-unallocated.diff
    2011-12-15 08:47:39 UTC (rev 5087)
@@ -0,0 +1,15 @@
+2011-04-11  Joseph Myers  <jos...@codesourcery.com>
+
+       * ports/sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
+
+diff --git a/ports/sysdeps/mips/dl-tls.h b/ports/sysdeps/mips/dl-tls.h
+index 6d3ed6f..75facb0 100644
+--- a/ports/sysdeps/mips/dl-tls.h
++++ b/ports/sysdeps/mips/dl-tls.h
+@@ -44,3 +44,6 @@ extern void *__tls_get_addr (tls_index *ti);
+ 
+ # define GET_ADDR_OFFSET      (ti->ti_offset + TLS_DTV_OFFSET)
+ # define __TLS_GET_ADDR(__ti) (__tls_get_addr (__ti) - TLS_DTV_OFFSET)
++
++/* Value used for dtv entries for which the allocation is delayed.  */
++#define TLS_DTV_UNALLOCATED   ((void *) -1l)

Modified: glibc-package/branches/glibc-branch-squeeze/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-branch-squeeze/debian/patches/series   
2011-12-14 20:12:19 UTC (rev 5086)
+++ glibc-package/branches/glibc-branch-squeeze/debian/patches/series   
2011-12-15 08:47:39 UTC (rev 5087)
@@ -73,6 +73,7 @@
 arm/local-no-hwcap.diff
 arm/local-hwcap-updates.diff
 arm/local-sigaction.diff
+arm/cvs-tls-unallocated.diff
 
 hppa/local-inlining.diff
 hppa/local-linuxthreads.diff
@@ -164,6 +165,7 @@
 mips/local-lowlevellock.diff
 mips/local-r10k.diff
 mips/submitted-rld_map.diff
+mips/cvs-tls-unallocated.diff
 
 s390/cvs-makecontext.diff
 s390/submitted-nexttowardf.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rb6yz-0006sx...@vasks.debian.org

Reply via email to