]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove check for HAVE_TLS_SUPPORT
authorCarlos O'Donell <carlos@systemhalted.org>
Thu, 20 Oct 2011 15:42:02 +0000 (11:42 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Thu, 20 Oct 2011 15:42:02 +0000 (11:42 -0400)
TLS support is now required, remove checks.

Signed-off-by: Carlos O'Donell <carlos@systemhalted.org>
ChangeLog.hppa
sysdeps/hppa/nptl/tls.h

index f19c693d9023283f36b67cea0da896e5a0a87657..e37a63030919fd2b73a5b721337fb7b5a37cc9ed 100644 (file)
@@ -1,4 +1,9 @@
-2011-10-17  Guy Martin <gmsoft@tuxicoman.be>
+2011-10-20  Carlos O'Donell  <carlos@systemhalted.org>
+
+       * sysdeps/hppa/nptl/tls.h: Update copyright year.
+       Remove HAVE_TLS_SUPPORT check.
+
+2011-10-17  Guy Martin  <gmsoft@tuxicoman.be>
 
        * sysdeps/unix/sysv/linux/hppa/sys/epoll.h
        Fix EPOLL_CLOEXEC and EPOLL_NONBLOCK to match kernel definition.
index 389cbb9494805ebd49a92b3bc0ff0872a0e158ca..8af75044c683adabcd48cf4ba6bdf952c978e0d0 100644 (file)
@@ -1,5 +1,5 @@
 /* Definition for thread-local data handling.  NPTL/hppa version.
-   Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -42,12 +42,6 @@ typedef union dtv
 # include <tcb-offsets.h>
 #endif /* __ASSEMBLER__ */
 
-
-/* We require TLS support in the tools.  */
-#ifndef HAVE_TLS_SUPPORT
-# error "TLS support is required."
-#endif
-
 /* Signal that TLS support is available.  */
 #define USE_TLS        1