about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-25 00:54:55 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-25 00:54:55 +0100
commit37be82a03f314f6f277a74b949210f8ab07dc88f (patch)
treea3253518a9fe743ed0d2afb15f0f33c407ec520e
parentbcfa607b26c2399d4fda88705d40978d62af8bf3 (diff)
downloadglibc-37be82a03f314f6f277a74b949210f8ab07dc88f.tar.gz
glibc-37be82a03f314f6f277a74b949210f8ab07dc88f.tar.xz
glibc-37be82a03f314f6f277a74b949210f8ab07dc88f.zip
Add missing changelog from previous commit
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b7ddba10c..ccad77e277 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,17 @@
 
 	* include/errno.h [IS_IN(rtld) && !RTLD_PRIVATE_ERRNO]: Do not use the
 	TLS declaration of errno.
+	* 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.
 
 2018-03-24  H.J. Lu  <hongjiu.lu@intel.com>