Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* sysdeps/i386/useldt.h (INIT_THREAD_SELF): Remove [HAVE_TLS_SUPPORT]
	conditional.
	(INIT_THREAD_SELF): Pass second arg to DO_SET_THREAD_AREA.
	(DO_SET_THREAD_AREA): Take second arg, pass to DO_SET_THREAD_AREA_REUSE
	macro.  That chooses whether to reuse %gs value or let kernel set it.
	[USE_TLS] (DO_SET_THREAD_AREA_REUSE): New macro, always 1.
	[!USE_TLS] (DO_SET_THREAD_AREA_REUSE): New macro, true if arg is
	not constant 0.
  • Loading branch information
Roland McGrath committed Aug 22, 2002
1 parent de9a522 commit 8ddcb7d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions linuxthreads/ChangeLog
@@ -1,3 +1,14 @@
2002-08-22 Roland McGrath <roland@redhat.com>

* sysdeps/i386/useldt.h (INIT_THREAD_SELF): Remove [HAVE_TLS_SUPPORT]
conditional.
(INIT_THREAD_SELF): Pass second arg to DO_SET_THREAD_AREA.
(DO_SET_THREAD_AREA): Take second arg, pass to DO_SET_THREAD_AREA_REUSE
macro. That chooses whether to reuse %gs value or let kernel set it.
[USE_TLS] (DO_SET_THREAD_AREA_REUSE): New macro, always 1.
[!USE_TLS] (DO_SET_THREAD_AREA_REUSE): New macro, true if arg is
not constant 0.

2002-08-21 Ulrich Drepper <drepper@redhat.com>

* sysdeps/i386/tls.h (TLS_SETUP_GS_SEGMENT): Add new parameter
Expand Down

0 comments on commit 8ddcb7d

Please sign in to comment.