diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 22:25:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-03 22:25:08 +0000 |
commit | 839be78401e0e0b31bfec02a7cc6a9ec2f03ebd1 (patch) | |
tree | b23a7274776909a365f1aeed5f075ad2bb6a25b4 /ChangeLog | |
parent | f9b798baee95f36e33075eb79f27d93ecc04ebf0 (diff) | |
download | glibc-839be78401e0e0b31bfec02a7cc6a9ec2f03ebd1.tar.gz glibc-839be78401e0e0b31bfec02a7cc6a9ec2f03ebd1.tar.xz glibc-839be78401e0e0b31bfec02a7cc6a9ec2f03ebd1.zip |
Update.
* elf/dl-load.c (_dl_dst_substitute): Pretty print comment. (add_name_to_object): Add cast in malloc call. (fillin_rpath): Optimize loop to initialize ->status a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7b0cff44f1..b84df57865 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-04-03 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (_dl_dst_substitute): Pretty print comment. + (add_name_to_object): Add cast in malloc call. + (fillin_rpath): Optimize loop to initialize ->status a bit. + * sysdeps/i386/dl-machine.h: Undo last change. * sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT): Restore %edx register after call here. |