about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-11-23 13:12:03 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-11-23 13:12:03 +0100
commit7a5e3d9d633c828d84a9535f26b202a6179978e7 (patch)
treed90227bd1ddf169cf7d986cbd89e8b66cca1d551 /ChangeLog
parentb0216d3e4d98a3528bad428c22ff96fcbcc102a4 (diff)
downloadglibc-7a5e3d9d633c828d84a9535f26b202a6179978e7.tar.gz
glibc-7a5e3d9d633c828d84a9535f26b202a6179978e7.tar.xz
glibc-7a5e3d9d633c828d84a9535f26b202a6179978e7.zip
elf: Assume TLS is initialized in _dl_map_object_from_fd
libc.so uses TLS data, so when dlopen is called later, the
TLS data structures have already been initialized.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57935c6dab..03ee791c29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-23  Florian Weimer  <fweimer@redhat.com>
+
+	* elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data
+	structure initialization is no longer needed.
+
 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #20855]