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
..
2002-07-27 08:47:23 +00:00
2002-07-24 17:39:23 +00:00
2002-07-31 23:30:24 +00:00
2002-01-07 09:33:53 +00:00
2002-07-20 01:14:41 +00:00
2002-08-02 03:32:24 +00:00
2002-07-27 08:47:23 +00:00
2002-04-14 08:47:01 +00:00
2002-07-20 01:14:41 +00:00
2001-09-14 13:03:53 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-02-07 03:49:18 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-05-30 23:35:59 +00:00
2002-07-20 04:01:22 +00:00
2001-07-06 04:58:11 +00:00
2001-09-25 03:04:41 +00:00
2002-07-08 17:15:20 +00:00
2002-06-05 08:56:41 +00:00
2002-06-07 12:34:08 +00:00
2002-07-25 08:19:59 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2001-07-31 20:32:01 +00:00
2002-07-28 22:43:25 +00:00
2002-07-28 22:43:25 +00:00
2002-04-09 20:36:24 +00:00
2001-07-21 05:13:40 +00:00
2000-10-27 06:51:12 +00:00
2002-06-09 20:15:14 +00:00
2002-01-31 03:41:25 +00:00
2002-03-01 09:44:29 +00:00
2002-01-31 03:41:25 +00:00
2002-06-09 20:15:14 +00:00
2001-07-12 06:32:02 +00:00
2002-05-20 06:56:53 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-04-14 08:47:01 +00:00
2002-04-19 08:00:18 +00:00
2001-08-17 07:51:36 +00:00
2002-01-31 03:41:25 +00:00
2002-07-20 01:14:41 +00:00
2000-08-17 19:36:13 +00:00
2002-06-22 05:58:14 +00:00
2000-08-12 05:14:52 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-12-31 17:46:59 +00:00
2002-04-14 08:47:01 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2001-07-17 08:32:35 +00:00
2002-07-20 01:14:41 +00:00
2001-07-06 04:58:11 +00:00
2002-07-24 22:56:44 +00:00
2002-03-13 06:33:52 +00:00
2002-07-20 01:14:41 +00:00
2001-07-06 04:58:11 +00:00
2000-08-12 05:14:52 +00:00
2001-07-06 04:58:11 +00:00
2002-08-02 01:27:46 +00:00
2001-07-06 04:58:11 +00:00
2002-07-20 17:31:30 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2002-04-15 05:35:10 +00:00
2002-04-19 08:00:18 +00:00
2002-06-05 08:56:41 +00:00
2001-07-06 04:58:11 +00:00
2002-07-20 01:14:41 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-03-02 00:48:30 +00:00
2002-07-25 08:19:59 +00:00
2001-07-06 04:58:11 +00:00
2002-07-24 11:51:16 +00:00
2001-07-06 04:58:11 +00:00
2000-11-15 23:56:34 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-07-17 20:44:55 +00:00
2001-07-06 04:58:11 +00:00
2002-03-13 06:33:52 +00:00
2001-07-06 04:58:11 +00:00
2002-07-17 20:44:55 +00:00
2002-05-30 23:35:59 +00:00
2000-08-19 16:58:09 +00:00
2000-08-19 16:58:09 +00:00
2002-07-20 01:14:41 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-04-14 20:15:40 +00:00
2002-05-15 06:02:35 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-05-15 00:22:23 +00:00
2001-07-06 04:58:11 +00:00
2002-04-14 08:47:01 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-07-25 08:19:59 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-03-13 08:59:47 +00:00
2001-09-25 03:04:41 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00
2002-06-05 08:56:41 +00:00
2001-07-06 04:58:11 +00:00
2002-07-20 01:14:41 +00:00
2001-07-06 04:58:11 +00:00
2002-02-01 23:24:05 +00:00
2001-07-06 04:58:11 +00:00
2001-07-06 04:58:11 +00:00