aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/sysdeps/powerpc')
-rw-r--r--linuxthreads/sysdeps/powerpc/tls.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/linuxthreads/sysdeps/powerpc/tls.h b/linuxthreads/sysdeps/powerpc/tls.h
index de651eb8d2..76104cd14c 100644
--- a/linuxthreads/sysdeps/powerpc/tls.h
+++ b/linuxthreads/sysdeps/powerpc/tls.h
@@ -130,14 +130,12 @@ typedef struct
# endif /* __ASSEMBLER__ */
-#elif !defined __ASSEMBLER__ && !defined __powerpc64__
+#elif !defined __ASSEMBLER__
-/* This overlaps the start of the pthread_descr. On PPC32, system
- calls and such use this to find the multiple_threads flag and need
+/* This overlaps the start of the pthread_descr. System calls
+ and such use this to find the multiple_threads flag and need
to use the same offset relative to the thread register in both
- single-threaded and multi-threaded code. On PPC64, the global
- variable is always used, so single-threaded code without TLS
- never needs to initialize the thread register at all. */
+ single-threaded and multi-threaded code. */
typedef struct
{
void *tcb; /* Never used. */