aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f1a2350e1..0e0275ff61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1998-11-02 Ulrich Drepper <drepper@cygnus.com>
+ * elf/Makefile (libdl-routines): Add dlopenold.
+ * elf/Versions [libdl, GLIBC_2.1]: Add dlopen.
+ * elf/dl-open.c (_dl_open): Check whether RTLD_LAZY or RTLD_GLOBAL
+ is set and bounce otherwise.
+ * elf/dlopen.c: Rename function to __dlopen_check and make version
+ named dlopen.
+ * elf/dlopenold.c: New file.
+
+1998-11-02 Ulrich Drepper <drepper@cygnus.com>
+
* elf/Versions [libc, GLIBC_2.01]: Add _dl_global_scope_alloc.
* elf/dl-open.c (_dl_global_scope_alloc): Move definition to
* elf/dl-deps.c: ...here.