diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-20 09:40:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-20 09:40:26 +0000 |
commit | 57846308af51c23f3d442ad68ec667469961cb97 (patch) | |
tree | a889179cfc5b63f87cb738a5ae0587cd89805c9e /ChangeLog | |
parent | 126b06f99e7c12d3b55df89343fed295390951d3 (diff) | |
download | glibc-57846308af51c23f3d442ad68ec667469961cb97.tar glibc-57846308af51c23f3d442ad68ec667469961cb97.tar.gz glibc-57846308af51c23f3d442ad68ec667469961cb97.tar.bz2 glibc-57846308af51c23f3d442ad68ec667469961cb97.zip |
Update.
1999-02-20 Ulrich Drepper <drepper@cygnus.com>
* elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
loop to clear `info'.
* sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
do the work and don't use inline assembler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +1999-02-20 Ulrich Drepper <drepper@cygnus.com> + + * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of + loop to clear `info'. + + * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc + do the work and don't use inline assembler. + 1999-02-19 Ulrich Drepper <drepper@cygnus.com> * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__. |