aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-20 19:14:31 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-20 19:14:31 +0000
commitb72f9d5197d1281664c3fd0ccffa328dfc195818 (patch)
treed257f4205309a60d9296d8927e2d55ea68b54b4c /ChangeLog
parent1b6020c13edefec6850b9f58d856c5f95de7c1ea (diff)
downloadglibc-b72f9d5197d1281664c3fd0ccffa328dfc195818.tar
glibc-b72f9d5197d1281664c3fd0ccffa328dfc195818.tar.gz
glibc-b72f9d5197d1281664c3fd0ccffa328dfc195818.tar.bz2
glibc-b72f9d5197d1281664c3fd0ccffa328dfc195818.zip
Update.
* sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix typo preventing optimization from being done. Set the correct type bit in seen. Don't define and use _dl_base_addr unless
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 852a41584b..466520ff33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2001-01-20 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Initialize egid
- to 1. This helps those installing ld.so SUID (nobody will be that
- stupid, I hope). Don't define and use _dl_base_addr unless
+ * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix typo
+ preventing optimization from being done. Set the correct type bit
+ in seen. Don't define and use _dl_base_addr unless
NEED_DL_BASE_ADDR is defined.
* io/ftw.c (ftw_dir): Add slash after directory name if there