From: Carlos O'Donell Date: Thu, 20 Oct 2011 15:42:02 +0000 (-0400) Subject: Remove check for HAVE_TLS_SUPPORT X-Git-Tag: glibc-2.16-ports-before-merge~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab653f4dbe37d6244057f3f2ab33078357b6d708;p=thirdparty%2Fglibc.git Remove check for HAVE_TLS_SUPPORT TLS support is now required, remove checks. Signed-off-by: Carlos O'Donell --- diff --git a/ChangeLog.hppa b/ChangeLog.hppa index f19c693d902..e37a6303091 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -1,4 +1,9 @@ -2011-10-17 Guy Martin +2011-10-20 Carlos O'Donell + + * sysdeps/hppa/nptl/tls.h: Update copyright year. + Remove HAVE_TLS_SUPPORT check. + +2011-10-17 Guy Martin * sysdeps/unix/sysv/linux/hppa/sys/epoll.h Fix EPOLL_CLOEXEC and EPOLL_NONBLOCK to match kernel definition. diff --git a/sysdeps/hppa/nptl/tls.h b/sysdeps/hppa/nptl/tls.h index 389cbb94948..8af75044c68 100644 --- a/sysdeps/hppa/nptl/tls.h +++ b/sysdeps/hppa/nptl/tls.h @@ -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 #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