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

r5468 - in glibc-package/branches/eglibc-2.17/debian: . patches patches/kfreebsd



Author: adconrad
Date: 2013-01-28 15:00:59 +0000 (Mon, 28 Jan 2013)
New Revision: 5468

Added:
   glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff
Modified:
   glibc-package/branches/eglibc-2.17/debian/changelog
   glibc-package/branches/eglibc-2.17/debian/patches/series
Log:
debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff: Following the
upstream removal of TLS configure options, enable unconditionally.

Modified: glibc-package/branches/eglibc-2.17/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/changelog	2013-01-28 14:22:48 UTC (rev 5467)
+++ glibc-package/branches/eglibc-2.17/debian/changelog	2013-01-28 15:00:59 UTC (rev 5468)
@@ -6,6 +6,8 @@
     - debian/patches/kfreebsd/local-linuxthreads29.diff: Unfuzz.
     - debian/patches/kfreebsd/local-readdir_r.diff: Track file rename.
     - debian/patches/kfreebsd/local-memusage_no_mremap.diff: Unfuzz.
+  * debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff: Following the
+    upstream removal of TLS configure options, enable unconditionally.
   * Update debian/patches/kfreebsd/local-sysdeps.diff to revision 4353.
 
  -- Adam Conrad <adconrad@0c3.net>  Mon, 28 Jan 2013 02:05:01 -0700

Added: glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff	2013-01-28 15:00:59 UTC (rev 5468)
@@ -0,0 +1,33 @@
+--- eglibc-2.17.orig/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/tls.h
++++ eglibc-2.17/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/tls.h
+@@ -21,6 +21,8 @@
+ #ifndef _FREEBSD_TLS_H
+ #define _FREEBSD_TLS_H
+ 
++#define HAVE_TLS_SUPPORT 1
++
+ #include <linuxthreads/sysdeps/i386/tls.h>
+ 
+ /* We can support TLS only if the floating-stack support is available.
+--- eglibc-2.17.orig/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/tls.h
++++ eglibc-2.17/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/tls.h
+@@ -21,6 +21,8 @@
+ #ifndef _FREEBSD_TLS_H
+ #define _FREEBSD_TLS_H
+ 
++#define HAVE_TLS_SUPPORT 1
++
+ #include <linuxthreads/sysdeps/x86_64/tls.h>
+ 
+ #ifdef HAVE_TLS_SUPPORT
+--- eglibc-2.17.orig/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/linuxthreads/tls.h
++++ eglibc-2.17/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/linuxthreads/tls.h
+@@ -20,6 +20,8 @@
+ #ifndef _TLS_H
+ #define _TLS_H
+ 
++#define HAVE_TLS_SUPPORT 1
++
+ #ifndef __ASSEMBLER__
+ 
+ # include <stdbool.h>

Modified: glibc-package/branches/eglibc-2.17/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/series	2013-01-28 14:22:48 UTC (rev 5467)
+++ glibc-package/branches/eglibc-2.17/debian/patches/series	2013-01-28 15:00:59 UTC (rev 5468)
@@ -131,6 +131,7 @@
 kfreebsd/local-sysdeps.diff
 kfreebsd/local-scripts.diff
 kfreebsd/local-getaddrinfo-freebsd-kernel.diff
+kfreebsd/local-HAVE_TLS_SUPPORT.diff
 
 m68k/local-dwarf2-buildfix.diff
 m68k/local-fpic.diff


Reply to: