aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47ee8b7f2b..5d9be22c22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2000-07-20 Ulrich Drepper <drepper@redhat.com>
+ * elf/rtld.c: Define _dl_bind_not variable.
+ (process_envvars): Recognize LD_BIND_NOT and set _dl_bind_not.
+ * elf/dl-support.c: Likewise.
+ * sysdeps/generic/ldsodefs.h: Declare _dl_bind_not.
+ * elf/dl-runtime.c (fixup): Don't remember looked up value if
+ _dl_bind_not.
+ (profile_fixup): Likewise.
+
* libio/Makefile (routines): Add fwide.
* libio/iofwide.c (_IO_fwide): Remove locking. This is done in
fwide now. Internal calls to _IO_fwide must do locking themselves