aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-30 09:36:37 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-30 09:36:37 +0000
commitc1d226e77feae34514c93caef49369b0e94f83cb (patch)
treea93a3b06867695f60cc3c61ec81ed6181f3d2420 /ChangeLog
parent9943472996fdf9b881550ee75673aae0a080e214 (diff)
downloadglibc-c1d226e77feae34514c93caef49369b0e94f83cb.zip
glibc-c1d226e77feae34514c93caef49369b0e94f83cb.tar.gz
glibc-c1d226e77feae34514c93caef49369b0e94f83cb.tar.bz2
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9626720..2a55750 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.