glibc/nptl_db
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
..
ChangeLog * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system 2003-03-10 19:21:23 +00:00
Makefile Update. 2003-01-05 10:21:08 +00:00
proc_service.h
shlib-versions
td_init.c
td_log.c
td_symbol_list.c Update. 2003-02-15 22:32:50 +00:00
td_ta_clear_event.c
td_ta_delete.c
td_ta_enable_stats.c
td_ta_event_addr.c
td_ta_event_getmsg.c Update. 2003-01-08 00:22:00 +00:00
td_ta_get_nthreads.c
td_ta_get_ph.c
td_ta_get_stats.c
td_ta_map_id2thr.c
td_ta_new.c
td_ta_reset_stats.c
td_ta_set_event.c
td_ta_setconcurrency.c
td_ta_thr_iter.c 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 19:20:18 +00:00
td_ta_tsd_iter.c
td_thr_clear_event.c
td_thr_dbresume.c
td_thr_dbsuspend.c
td_thr_event_enable.c
td_thr_event_getmsg.c
td_thr_get_info.c 2003-01-03 Roland McGrath <roland@redhat.com> 2003-01-03 23:14:49 +00:00
td_thr_getfpregs.c 2003-01-03 Roland McGrath <roland@redhat.com> 2003-01-03 23:14:49 +00:00
td_thr_getgregs.c 2003-01-03 Roland McGrath <roland@redhat.com> 2003-01-03 23:14:49 +00:00
td_thr_getxregs.c
td_thr_getxregsize.c
td_thr_set_event.c
td_thr_setfpregs.c 2003-01-03 Roland McGrath <roland@redhat.com> 2003-01-03 23:14:49 +00:00
td_thr_setgregs.c 2003-01-03 Roland McGrath <roland@redhat.com> 2003-01-03 23:14:49 +00:00
td_thr_setprio.c
td_thr_setsigpending.c
td_thr_setxregs.c
td_thr_sigsetmask.c
td_thr_tls_get_addr.c * descr.h (struct pthread): Move the union out of [!TLS_DTV_AT_TP], so 2003-03-14 22:34:30 +00:00
td_thr_tsd.c
td_thr_validate.c Update for TC change. 2003-03-10 18:59:25 +00:00
thread_db.h * td_thr_get_info.c (td_thr_get_info): ti_tid is pthread_t, not a PID. 2002-12-05 03:45:55 +00:00
thread_dbP.h
Versions