]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/mach/hurd/i386/init-first.c
hurd: Initialize TLS and libpthread before signal thread start
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 17 Mar 2018 00:28:41 +0000 (01:28 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 24 Mar 2018 23:52:39 +0000 (00:52 +0100)
commitbcfa607b26c2399d4fda88705d40978d62af8bf3
treeb13774ef00a4531ba760954a1d3cc9f7e48731cb
parentfa97d2ab5b19de0ca3cd02471d0bbf4f09b5032d
hurd: Initialize TLS and libpthread before signal thread start

* sysdeps/generic/libc-start.h [!SHARED] (ARCH_SETUP_TLS): Define to
__libc_setup_tls.
* sysdeps/unix/sysv/linux/powerpc/libc-start.h [!SHARED]
(ARCH_SETUP_TLS): Likewise.
* sysdeps/mach/hurd/libc-start.h: New file copied from
sysdeps/generic/libc-start.h, but define ARCH_SETUP_TLS to empty.
* csu/libc-start.c [!SHARED] (LIBC_START_MAIN): Call ARCH_SETUP_TLS instead
of __libc_setup_tls.
* sysdeps/mach/hurd/i386/init-first.c [!SHARED] (init1): Call
__libc_setup_tls before initializing libpthread and running _hurd_init which
starts the signal thread.
csu/libc-start.c
sysdeps/generic/libc-start.h
sysdeps/mach/hurd/i386/init-first.c
sysdeps/mach/hurd/libc-start.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/libc-start.h