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

r2467 - in glibc-package/trunk/debian: . patches/sparc



Author: aurel32
Date: 2007-07-26 21:47:22 +0000 (Thu, 26 Jul 2007)
New Revision: 2467

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/sparc/submitted-gscope_flag.diff
Log:
  * sparc/submitted-gscope_flag.diff: update from upstream.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-07-26 21:16:00 UTC (rev 2466)
+++ glibc-package/trunk/debian/changelog	2007-07-26 21:47:22 UTC (rev 2467)
@@ -3,18 +3,19 @@
   [ Aurelien Jarno ]
   * mips/cvs-gscope_flag.diff: new patch to fix build on mips/mipsel.
   * arm/cvs-gscope_flag.diff: new patch to fix build on arm/armel.
-  * any/cvs-initfini.diff: new patch from upstream to fix crti.o on 
+  * any/cvs-initfini.diff: new patch from upstream to fix crti.o on
     ppc64.  Closes: #434626.
   * debian/sysdeps/powerpc.mk: build libc6-ppc64 with gcc-4.2.
   * debian/control: Remove build-depend on gcc-4.1 on powerpc.
-  * amd64,i386/local-clone.diff: new patch to fix gij running out of 
+  * amd64,i386/local-clone.diff: new patch to fix gij running out of
     memory. I would like to thanks Red H^W^WFedora for not sending back
-    their patches and let me spend a dozen of fun hours to debug this 
-    problem. This patch, like hundred other ones, is in the upstream 
-    repository, but only in the fedora branch. It has been written 8 
+    their patches and let me spend a dozen of fun hours to debug this
+    problem. This patch, like hundred other ones, is in the upstream
+    repository, but only in the fedora branch. It has been written 8
     months ago.  Closes: #434484.
+  * sparc/submitted-gscope_flag.diff: update from upstream.
 
- -- Aurelien Jarno <aurel32@debian.org>  Thu, 26 Jul 2007 18:34:31 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 26 Jul 2007 23:46:58 +0200
 
 glibc (2.6-4) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/patches/sparc/submitted-gscope_flag.diff
===================================================================
--- glibc-package/trunk/debian/patches/sparc/submitted-gscope_flag.diff	2007-07-26 21:16:00 UTC (rev 2466)
+++ glibc-package/trunk/debian/patches/sparc/submitted-gscope_flag.diff	2007-07-26 21:47:22 UTC (rev 2467)
@@ -1,14 +1,19 @@
-2007-07-26  Aurelien Jarno  <aurelien@aurel32.net>
-
-	* sysdeps/sparc/tls.h (tcbhead_t): Add gscope_flag.
-
 --- nptl/sysdeps/sparc/tls.h.orig	2007-07-26 00:36:08.000000000 +0200
 +++ nptl/sysdeps/sparc/tls.h	2007-07-26 00:36:25.000000000 +0200
-@@ -46,6 +46,7 @@
+@@ -46,9 +46,15 @@
    dtv_t *dtv;
    void *self;
    int multiple_threads;
++#if __WORDSIZE == 64
 +  int gscope_flag;
++#endif
    uintptr_t sysinfo;
    uintptr_t stack_guard;
    uintptr_t pointer_guard;
++#if __WORDSIZE != 64
++  int gscope_flag;
++#endif
+ } tcbhead_t;
+ 
+ #else /* __ASSEMBLER__ */
+



Reply to: