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

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



Author: aurel32
Date: 2007-07-25 22:45:25 +0000 (Wed, 25 Jul 2007)
New Revision: 2459

Added:
   glibc-package/trunk/debian/patches/sparc/submitted-gscope_flag.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * sparc/submitted-gscope_flag.diff: new patch to fix build on sparc.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-07-25 17:46:53 UTC (rev 2458)
+++ glibc-package/trunk/debian/changelog	2007-07-25 22:45:25 UTC (rev 2459)
@@ -16,12 +16,13 @@
   * debian/sysdeps/powerpc.mk: build libc6-ppc64 with gcc-4.1 as gcc-4.2
     produces broken binaries.
   * debian/control: Build-depend on gcc-4.1 on powerpc
-  * debian/control: Build-depend on g++-4.1/g++-4.2 and 
+  * debian/control: Build-depend on g++-4.1/g++-4.2 and
     g++-4.1-multilib/g++-4.2-multilib.
   * debian/*.NEWS: move to debian/debhelper.in/*.NEWS.
   * rules.d/debhelper.mk: remove debian/*.NEWS on clean.
+  * sparc/submitted-gscope_flag.diff: new patch to fix build on sparc.
 
- -- Aurelien Jarno <aurel32@debian.org>  Wed, 25 Jul 2007 18:04:03 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 26 Jul 2007 00:45:10 +0200
 
 glibc (2.6-3) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2007-07-25 17:46:53 UTC (rev 2458)
+++ glibc-package/trunk/debian/patches/series	2007-07-25 22:45:25 UTC (rev 2459)
@@ -93,6 +93,7 @@
 sparc/local-sparcv9-target.diff -p0
 sparc/local-undefined-registers.diff -p0
 #sparc/submitted-timing.diff 
+sparc/submitted-gscope_flag.diff -p0
 
 all/local-pthread-manpages.diff 
 all/local-remove-manual.diff

Added: glibc-package/trunk/debian/patches/sparc/submitted-gscope_flag.diff
===================================================================
--- glibc-package/trunk/debian/patches/sparc/submitted-gscope_flag.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/sparc/submitted-gscope_flag.diff	2007-07-25 22:45:25 UTC (rev 2459)
@@ -0,0 +1,14 @@
+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 @@
+   dtv_t *dtv;
+   void *self;
+   int multiple_threads;
++  int gscope_flag;
+   uintptr_t sysinfo;
+   uintptr_t stack_guard;
+   uintptr_t pointer_guard;



Reply to: