summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-16 02:18:58 +0000
committerRoland McGrath <roland@gnu.org>1996-06-16 02:18:58 +0000
commitf9496a7b54c27580d4b30cc2b2b40e86738b2b81 (patch)
tree67da370e3ecc6c9280f20cac507b5fc75700fc3a /ChangeLog
parenta23db8e4af794430fe69c17bd884f03669d307d7 (diff)
* elf/dl-deps.c (_dl_map_object_deps): Set MAP's mark bit before loop.
Set mark bits of deps as opened, instead of as scanned. * elf/rtld.c (dl_main): Remove _dl_rtld_map from chain unconditionally. Then if it has a nonzero l_opencount, add it back in search order. * elf/dl-load.c (_dl_map_object): Don't use _dl_loaded's DT_RPATH if it ain't got one!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 667df43435..69eb550ebe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
Sat Jun 15 18:13:43 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * elf/dl-deps.c (_dl_map_object_deps): Set MAP's mark bit before loop.
+ Set mark bits of deps as opened, instead of as scanned.
+
+ * elf/rtld.c (dl_main): Remove _dl_rtld_map from chain unconditionally.
+ Then if it has a nonzero l_opencount, add it back in search order.
+
+ * elf/dl-load.c (_dl_map_object): Don't use _dl_loaded's DT_RPATH if
+ it ain't got one!
+
* sysdeps/unix/sysv/linux/Dist: Add sys/klog.h.
* elf/dl-open.c (_dl_open): Remove PARENT argument, pass null.