diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-14 22:07:40 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-18 02:36:31 -0400 |
commit | 43329fe1396080faf025118b31053fd19e029c12 (patch) | |
tree | cb4d58ab2b6ec6cb42202a4f4ee0101eebd3493f /sysdeps/hppa/nptl/tls.h | |
parent | 3fb4cfaf1f1e8d58312720c70d224e2050d469fc (diff) | |
download | glibc-43329fe1396080faf025118b31053fd19e029c12.tar glibc-43329fe1396080faf025118b31053fd19e029c12.tar.gz glibc-43329fe1396080faf025118b31053fd19e029c12.tar.bz2 glibc-43329fe1396080faf025118b31053fd19e029c12.zip |
hppa: assume TLS everywhere
This brings hppa inline with all the other arches and main code where we
require TLS support everywhere. That means dropping the defines USE_TLS
and USE___THREAD, and dropping the binutils check (since we already have
a version requirement that is new enough).
Diffstat (limited to 'sysdeps/hppa/nptl/tls.h')
-rw-r--r-- | sysdeps/hppa/nptl/tls.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/hppa/nptl/tls.h b/sysdeps/hppa/nptl/tls.h index ab271cf241..88a0486c27 100644 --- a/sysdeps/hppa/nptl/tls.h +++ b/sysdeps/hppa/nptl/tls.h @@ -41,9 +41,6 @@ typedef union dtv # include <tcb-offsets.h> #endif /* __ASSEMBLER__ */ -/* Signal that TLS support is available. */ -#define USE_TLS 1 - #ifndef __ASSEMBLER__ /* Get system call information. */ |