glibc/sysdeps
Roland McGrath c2afe83352 * sysdeps/pthread/bits/libc-tsd.h: Include <tls.h>.
[USE_TLS && HAVE___THREAD]: Just include the sysdeps/generic file,
	which does the right thing when __thread support is available.
	* descr.h (struct _pthread_descr_struct) [USE_TLS && HAVE___THREAD]:
	Omit `p_libc_specific', `p_errnop', `p_errno', `p_h_errnop',
	`p_h_errno', `p_resp', and `p_res' members.
	* pthread.c (__pthread_initialize_minimal) [USE_TLS && HAVE___THREAD]:
	Don't initialize `p_errnop' and `p_h_errnop' members.
	(__pthread_reset_main_thread): Likewise.
	(__pthread_initialize_manager): Likewise.
	* manager.c (__pthread_manager, pthread_handle_create): Likewise.
	* pthread.c (pthread_initialize) [USE_TLS && HAVE___THREAD]:
	Don't initialize `p_resp' member.
	(__pthread_reset_main_thread): Likewise.
	* manager.c (pthread_handle_create): Likewise.
	* specific.c (libc_internal_tsd_set, libc_internal_tsd_get):
	Conditionalize these on [!(USE_TLS && HAVE___THREAD)].
	* errno.c [USE_TLS && HAVE___THREAD]
	(__h_errno_location, __res_state): Don't define these at all.

	* sysdeps/i386/tls.h (INSTALL_DTV): Add parens around arguments!
	(INSTALL_NEW_DTV, GET_DTV): Likewise.
	* sysdeps/sh/tls.h (INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV): Likewise.

	* weaks.c: Don't include <errno.h> here.

2002-08-01  Roland McGrath  <roland@redhat.com>

	* sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): New macro, broken out of
	TLS_INIT_TP.
	(TLS_DO_SET_THREAD_AREA): New macro, uses thread_set_area syscall.
	(TLS_SETUP_GS_SEGMENT): New macro, try one or the other or both.
	(TLS_INIT_TP): Use that.
2002-08-02 03:32:24 +00:00
..
alpha * sysdeps/alpha/divrem.h: Use local label instead of global one for 2002-06-15 20:53:53 +00:00
am29k Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
arm Update. 2002-07-15 03:58:49 +00:00
cris Cris stack information. 2002-06-06 14:14:17 +00:00
generic * sysdeps/pthread/bits/libc-tsd.h: Include <tls.h>. 2002-08-02 03:32:24 +00:00
gnu Added <ifaddrs.h> interface with functions getifaddrs', freeifaddrs'. 2002-07-24 22:56:44 +00:00
hppa Don't use multi-line string literals. 2002-06-20 06:23:14 +00:00
i386 Update. 2002-07-20 01:14:41 +00:00
i860 Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
i960 Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ia64 Update. 2002-07-25 01:30:57 +00:00
ieee754 Update. 2002-07-11 05:55:13 +00:00
m68k Remove INTDEF. 2002-06-13 12:38:20 +00:00
m88k Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
mach 2002-07-31 Roland McGrath <roland@frob.com> 2002-07-31 23:15:21 +00:00
mips Update. 2002-07-16 01:02:04 +00:00
posix Update. 2002-07-06 06:36:39 +00:00
powerpc Update. 2002-05-21 00:22:34 +00:00
pthread Update. 2002-06-29 23:35:02 +00:00
rs6000 Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
s390 Update. 2002-07-11 21:44:15 +00:00
sh Update. 2002-07-20 01:14:41 +00:00
sparc Update. 2002-05-21 02:15:01 +00:00
standalone Update. 2002-07-20 01:14:41 +00:00
tahoe update from main archive 960909 1996-09-10 02:00:15 +00:00
unix * sysdeps/pthread/bits/libc-tsd.h: Include <tls.h>. 2002-08-02 03:32:24 +00:00
vax Update. 2002-07-06 06:36:39 +00:00
wordsize-32 Update. 2002-07-25 08:19:59 +00:00
wordsize-64 Update. 2002-05-09 07:51:40 +00:00
x86_64 Fix whitespace. 2002-07-23 19:36:49 +00:00
z8000 Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00