diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-19 08:27:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-19 08:27:55 +0000 |
commit | 9465949559fde25c36ce7116e92c8f256b08ad53 (patch) | |
tree | eeed3393ca2d8bb8a043f5ee8da405cbaa1b8cf3 /nptl/sysdeps/powerpc | |
parent | 043ad426e7927a49a872e915c3cde88b682aea71 (diff) | |
download | glibc-9465949559fde25c36ce7116e92c8f256b08ad53.tar.gz glibc-9465949559fde25c36ce7116e92c8f256b08ad53.tar.xz glibc-9465949559fde25c36ce7116e92c8f256b08ad53.zip |
* abilist: New directory of libfoo.abilist files maintained using
scripts/merge-abilist.awk and "make update-abi" rules. * Makefile (distribute): Add abilist/*.abilist. * Makerules [$(build-shared) = yes] [$(subdir)] (tests): Depend on check-abi.
Diffstat (limited to 'nptl/sysdeps/powerpc')
-rw-r--r-- | nptl/sysdeps/powerpc/tls.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nptl/sysdeps/powerpc/tls.h b/nptl/sysdeps/powerpc/tls.h index 04d76a6e6e..0ef5655b8d 100644 --- a/nptl/sysdeps/powerpc/tls.h +++ b/nptl/sysdeps/powerpc/tls.h @@ -54,10 +54,8 @@ typedef union dtv /* The TP points to the start of the thread blocks. */ # define TLS_DTV_AT_TP 1 -/* For 32-bit, we use the multiple_threads field in the pthread struct */ -#ifndef __powerpc64__ -# define TLS_MULTIPLE_THREADS_IN_TCB 1 -#endif +/* We use the multiple_threads field in the pthread struct */ +#define TLS_MULTIPLE_THREADS_IN_TCB 1 /* Get the thread descriptor definition. */ # include <nptl/descr.h> |