glibc/sysdeps/mach
Sergey Bugaev e275690332 hurd: Only check for TLS initialization inside rtld or in static builds
When glibc is built as a shared library, TLS is always initialized by
the call of TLS_INIT_TP () macro made inside the dynamic loader, prior
to running the main program (see dl-call_tls_init_tp.h). We can take
advantage of this: we know for sure that __LIBC_NO_TLS () will evaluate
to 0 in all other cases, so let the compiler know that explicitly too.

Also, only define _hurd_tls_init () and TLS_INIT_TP () under the same
conditions (either !SHARED or inside rtld), to statically assert that
this is the case.

Other than a microoptimization, this also helps with avoiding awkward
sharing of the __libc_tls_initialized variable between ld.so and libc.so
that we would have to do otherwise -- we know for sure that no sharing
is required, simply because __libc_tls_initialized would always be set
to true inside libc.so.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230319151017.531737-25-bugaevc@gmail.com>
2023-04-14 10:31:22 +00:00
..
htl Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
hurd hurd: Only check for TLS initialization inside rtld or in static builds 2023-04-14 10:31:22 +00:00
i386 Define PC, SP and SYSRETURN for hurd x86_64 2023-02-20 01:33:15 +01:00
include hurd: break relocation loop between libc.so and lib{mach,hurd}user.so 2020-11-14 00:52:52 +01:00
sys Installed-header hygiene (BZ#20366): obsolete BSD u_* types. 2016-09-23 08:43:56 -04:00
x86 Define PC, SP and SYSRETURN for hurd x86_64 2023-02-20 01:33:15 +01:00
x86_64 hurd: Set up the basic tree for x86_64-gnu 2023-02-12 16:12:06 +01:00
_strerror.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
adjtime.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
clock_gettime.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
clock_nanosleep.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
configure hurd: Stop depending on the default_pager stubs provided by gnumach 2023-04-10 19:01:52 +02:00
configure.ac hurd: Stop depending on the default_pager stubs provided by gnumach 2023-04-10 19:01:52 +02:00
getloadavg.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
getpagesize.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
getsysstats.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
libc-lock.h mach, hurd: Drop __libc_lock_self0 2023-04-03 01:02:44 +02:00
libmachuser.abilist hurd: add base abilist files 2018-01-28 17:26:35 +01:00
Makefile Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mprotect.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
msync.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
munmap.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pagecopy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
readonly-area.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
sched_yield.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
sleep.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strerror_l.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Subdirs * Makefile (subdir-target-args): New variable. 2006-02-28 07:11:04 +00:00
sysdep.h hurd: Remove __hurd_local_reply_port 2023-04-14 10:31:22 +00:00
thread_state.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
usleep.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpg-strerror.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00