]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Assume TLS is initialized in _dl_map_object_from_fd
authorFlorian Weimer <fweimer@redhat.com>
Wed, 23 Nov 2016 12:12:03 +0000 (13:12 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 23 Nov 2016 12:12:03 +0000 (13:12 +0100)
commit7a5e3d9d633c828d84a9535f26b202a6179978e7
treed90227bd1ddf169cf7d986cbd89e8b66cca1d551
parentb0216d3e4d98a3528bad428c22ff96fcbcc102a4
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.
ChangeLog
elf/dl-load.c