glibc/nptl/sysdeps/i386
Roland McGrath d4f64e1ad7 2003-03-10 Roland McGrath <roland@redhat.com>
* allocatestack.c (allocate_stack) [!TLS_MULTIPLE_THREADS_IN_TCB]:
	Instead of setting PD->multiple_threads, set globals
	__pthread_multiple_threads and __libc_multiple_threads.
	* sysdeps/pthread/createthread.c (create_thread): Likewise.
	* sysdeps/i386/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Define it.
	* sysdeps/s390/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Likewise.
	* descr.h (struct pthread): Conditionalize first member on
	[!TLS_DTV_AT_TP].  Replace the `header' member with an anonymous union
	containing an anonymous tcbhead_t.  Move `list' member out.
	[TLS_MULTIPLE_THREADS_IN_TCB]: Define a `multiple_threads' member.
	* allocatestack.c: Remove use of `header.data.' prefix.
	* pthread_create.c: Likewise.
	* init.c (__pthread_initialize_minimal_internal): Likewise.
	* sysdeps/pthread/createthread.c (create_thread): Likewise.
	* sysdeps/i386/tls.h (INSTALL_DTV): Add parens.
	(THREAD_SELF, THREAD_DTV, INSTALL_NEW_DTV): No `header.data.' prefix.
	* sysdeps/x86_64/tls.h: Likewise.
	* sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
	(SINGLE_THREAD_P): Likewise.
	* sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
	(SINGLE_THREAD_P): Likewise.
	* sysdeps/i386/tls.h (tcbhead_t): Remove `list' member.
	* sysdeps/s390/tls.h (tcbhead_t): Likewise.
2003-03-10 08:50:36 +00:00
..
i486 Fix a few unused definitions. 2003-03-07 18:34:43 +00:00
i586 Update. 2002-12-04 00:55:29 +00:00
i686 Update. 2003-02-03 21:57:42 +00:00
Makefile Update. 2003-02-05 06:56:56 +00:00
pthread_spin_init.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_spin_lock.c Initial revision 2002-11-26 22:50:54 +00:00
pthread_spin_unlock.S Initial revision 2002-11-26 22:50:54 +00:00
pthreaddef.h Update. 2002-11-28 00:53:12 +00:00
tcb-offsets.sym Add CLEANUP and CLEANUP_PREV. 2003-03-02 07:49:51 +00:00
td_ta_map_lwp2thr.c * forward.c (pthread_self): Use FORWARD3 macro to correct return type. 2002-12-05 05:15:35 +00:00
tls.h 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 08:50:36 +00:00