diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-16 02:18:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-16 02:18:58 +0000 |
commit | f9496a7b54c27580d4b30cc2b2b40e86738b2b81 (patch) | |
tree | 67da370e3ecc6c9280f20cac507b5fc75700fc3a /ChangeLog | |
parent | a23db8e4af794430fe69c17bd884f03669d307d7 (diff) | |
download | glibc-f9496a7b54c27580d4b30cc2b2b40e86738b2b81.tar glibc-f9496a7b54c27580d4b30cc2b2b40e86738b2b81.tar.gz glibc-f9496a7b54c27580d4b30cc2b2b40e86738b2b81.tar.bz2 glibc-f9496a7b54c27580d4b30cc2b2b40e86738b2b81.zip |
* 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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |