diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-30 09:36:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-30 09:36:37 +0000 |
commit | c1d226e77feae34514c93caef49369b0e94f83cb (patch) | |
tree | a93a3b06867695f60cc3c61ec81ed6181f3d2420 /ChangeLog | |
parent | 9943472996fdf9b881550ee75673aae0a080e214 (diff) | |
download | glibc-c1d226e77feae34514c93caef49369b0e94f83cb.tar glibc-c1d226e77feae34514c93caef49369b0e94f83cb.tar.gz glibc-c1d226e77feae34514c93caef49369b0e94f83cb.tar.bz2 glibc-c1d226e77feae34514c93caef49369b0e94f83cb.zip |
Update.
1999-04-30 09:02 -0400 Zack Weinberg <zack@rabi.columbia.edu>
* string/bits/string2.h (memset): Avoid arithmetic overflow at
compile time, which produces obnoxious warnings. If GCCv2 is
in use, map __bzero to __builtin_memset to enable that
optimization.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +1999-04-30 09:02 -0400 Zack Weinberg <zack@rabi.columbia.edu> + + * string/bits/string2.h (memset): Avoid arithmetic overflow at + compile time, which produces obnoxious warnings. If GCCv2 is + in use, map __bzero to __builtin_memset to enable that + optimization. + 1999-04-29 Ulrich Drepper <drepper@cygnus.com> * string/bits/string2.h: Add more memset optimizations. |