diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-26 20:06:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-26 20:06:58 +0000 |
commit | 3b3ddb4f7db98ec9e912ccdf54d35df4aa30e04a (patch) | |
tree | edfbae360af50df8fe0825c70fb7994c97583d1a /ChangeLog | |
parent | 773640b4f58ba9f2a13bd3b9ccf435aef4ed3f23 (diff) | |
download | glibc-3b3ddb4f7db98ec9e912ccdf54d35df4aa30e04a.tar.gz glibc-3b3ddb4f7db98ec9e912ccdf54d35df4aa30e04a.tar.xz glibc-3b3ddb4f7db98ec9e912ccdf54d35df4aa30e04a.zip |
Update.
2004-02-26 Jakub Jelinek <jakub@redhat.com> * elf/rtld.c (dl_main): Correctly set up l_map_end and l_addr in vDSO's link_map, don't assume l_addr == 0. Set GL(dl_sysinfo) from e_entry only if AT_SYSINFO not present and adjust by l_addr. Take vDSO into account when inserting rtld into _dl_loaded chain.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3f4fd80d42..0098fbb5dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-02-26 Jakub Jelinek <jakub@redhat.com> + + * elf/rtld.c (dl_main): Correctly set up l_map_end and l_addr + in vDSO's link_map, don't assume l_addr == 0. Set GL(dl_sysinfo) + from e_entry only if AT_SYSINFO not present and adjust by l_addr. + Take vDSO into account when inserting rtld into _dl_loaded chain. + 2004-02-26 Ulrich Drepper <drepper@redhat.com> * sunrpc/svcauth_des.c (authdes_getucred): Removed fixed limit on |