diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-21 07:16:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-21 07:16:18 +0000 |
commit | d785c366924df522974f4ee88d77fd8aaed58803 (patch) | |
tree | 12b41ae0e43531a39697176a6f7e71476262587e /ChangeLog | |
parent | c91bc73e3e463ae6a80e548b899703efae256090 (diff) | |
download | glibc-d785c366924df522974f4ee88d77fd8aaed58803.zip glibc-d785c366924df522974f4ee88d77fd8aaed58803.tar.gz glibc-d785c366924df522974f4ee88d77fd8aaed58803.tar.bz2 |
Update.
2000-10-21 Ulrich Drepper <drepper@redhat.com>
* elf/dl-open.c (add_to_global): New function. Split out from
dl_open_worker.
(dl_open_worker): Call add_to_global not only for new objects, also for
previously loaded objects when (mode & RTLD_GLOBAL) and the object
was not yet in the global scope.
* elf/Makefile: Add rules to build and run lateglobal.
* elf/lateglobal.c: New file.
* elf/ltglobmod1.c: New file.
* elf/ltglobmod2.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2000-10-21 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-open.c (add_to_global): New function. Split out from + dl_open_worker. + (dl_open_worker): Call add_to_global not only for new objects, also for + previously loaded objects when (mode & RTLD_GLOBAL) and the object + was not yet in the global scope. + * elf/Makefile: Add rules to build and run lateglobal. + * elf/lateglobal.c: New file. + * elf/ltglobmod1.c: New file. + * elf/ltglobmod2.c: New file. + 2000-10-20 Ulrich Drepper <drepper@redhat.com> * include/link.h (struct link_map): Add l_soname_added bitfield. |