diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-08 14:02:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-08 14:02:52 +0000 |
commit | e4d509175a7fb8719b18a4d8caf2f421f2454be7 (patch) | |
tree | eed593c7b2ab61a532da345778d3fa007f310863 /ChangeLog | |
parent | 8ea4a95a5ae84530807ef84f20848567f75ed596 (diff) | |
download | glibc-e4d509175a7fb8719b18a4d8caf2f421f2454be7.tar.gz glibc-e4d509175a7fb8719b18a4d8caf2f421f2454be7.tar.xz glibc-e4d509175a7fb8719b18a4d8caf2f421f2454be7.zip |
Update.
* elf/dl-object.c (_dl_new_object): Store map address in _dl_loaded if _dl_loaded is NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c7d9257b65..6848767d0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1998-09-08 Ulrich Drepper <drepper@cygnus.com> + * elf/dl-object.c (_dl_new_object): Store map address in + _dl_loaded if _dl_loaded is NULL. + * sysdeps/generic/setrlimit64.c: Remove stub warning. 1998-09-07 Ulrich Drepper <drepper@cygnus.com> |