aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b9f8bb502..b5993a2f81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-02-05 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
+ loading modules with the DF_STATIC_TLS flag set.
+ * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
+ element.
+ * include/link.h (struct link_map): Add l_flags field.
+ * elf/elf.h (DF_STATIC_TLS): New definition.
+
* dlfcn/Makefile: Add rules to build and run bug-dlopen1.
* dlfcn/bug-dlopen1.c: New file. By Bruno Haible.