]> git.ipfire.org Git - thirdparty/glibc.git/commit
* sysdeps/i386/useldt.h (INIT_THREAD_SELF): Remove [HAVE_TLS_SUPPORT]
authorRoland McGrath <roland@gnu.org>
Thu, 22 Aug 2002 23:47:28 +0000 (23:47 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 22 Aug 2002 23:47:28 +0000 (23:47 +0000)
commit8ddcb7da59246325024dd6c2c26c307e289eff56
tree7bd27e584ae5266309f69272e5008a2e5496aaf9
parentde9a5225bfa876c0830a207b879d9df7b8a3255e
* 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.
linuxthreads/ChangeLog