glibc/nptl/sysdeps
Roland McGrath 5228750594 * descr.h (struct pthread): Move the union out of [!TLS_DTV_AT_TP], so
we always define the padding space.
	[!TLS_DTV_AT_TP]: Give tcbhead_t field a name, `header', since GCC
	stopped supporting its own extensions fully.
	[TLS_MULTIPLE_THREADS_IN_TCB]: Put `multiple_threads' inside a wrapper
	struct also called `header', so `header.multiple_threads' is the field
	name to use on all machines.
	* allocatestack.c (allocate_stack): Use `header.' prefix.
	* sysdeps/pthread/createthread.c (create_thread): Likewise.
	* pthread_create.c (__pthread_create_2_1): Likewise.
	* sysdeps/i386/tls.h (INSTALL_NEW_DTV, THREAD_DTV): Likewise.
	(THREAD_SELF): Likewise.
	* 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/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
	(SINGLE_THREAD_P): Likewise.

	* sysdeps/s390/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Use REGS[18]
	value directly.
2003-03-14 22:34:30 +00:00
..
generic * forward.c (pthread_self): Use FORWARD3 macro to correct return type. 2002-12-05 05:15:35 +00:00
i386 2003-03-14 Roland McGrath <roland@redhat.com> 2003-03-14 22:34:02 +00:00
ia64 * elf/Makefile ($(objpfx)librtld.mk): Tweak regexp so that one-line 2003-03-13 21:51:07 +00:00
pthread 2003-03-14 Roland McGrath <roland@redhat.com> 2003-03-14 22:34:02 +00:00
s390 * descr.h (struct pthread): Move the union out of [!TLS_DTV_AT_TP], so 2003-03-14 22:34:30 +00:00
sh 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
unix/sysv/linux 2003-03-14 Roland McGrath <roland@redhat.com> 2003-03-14 22:34:02 +00:00
x86_64 2003-03-14 Roland McGrath <roland@redhat.com> 2003-03-14 22:34:02 +00:00