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

r5556 - in glibc-package/trunk/debian: . patches patches/kfreebsd



Author: adconrad
Date: 2013-05-07 21:51:04 +0000 (Tue, 07 May 2013)
New Revision: 5556

Removed:
   glibc-package/trunk/debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff: Removed, as
this is no longer needed by the updated glibc-bsd sysdeps upstream.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2013-05-07 21:49:12 UTC (rev 5555)
+++ glibc-package/trunk/debian/changelog	2013-05-07 21:51:04 UTC (rev 5556)
@@ -3,6 +3,8 @@
   [ Adam Conrad ]
   * debian/patches/any/unsubmitted-cloexec-conditional.diff: Catch yet
     another unconditional O_CLOEXEC and conditionalize it for freebsd.
+  * debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff: Removed, as
+    this is no longer needed by the updated glibc-bsd sysdeps upstream.
 
   [ Aurelien Jarno ]
   * patches/any/submitted-sys-param-h-DEV_BSIZE.diff: New patch to fix

Deleted: glibc-package/trunk/debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff	2013-05-07 21:49:12 UTC (rev 5555)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-HAVE_TLS_SUPPORT.diff	2013-05-07 21:51:04 UTC (rev 5556)
@@ -1,33 +0,0 @@
---- 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/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2013-05-07 21:49:12 UTC (rev 5555)
+++ glibc-package/trunk/debian/patches/series	2013-05-07 21:51:04 UTC (rev 5556)
@@ -141,7 +141,6 @@
 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: