diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-01 09:59:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-01 09:59:45 +0000 |
commit | a97d1494f7dc5ec6978aa234b15faff29a4607ee (patch) | |
tree | f62452d0d55dce0b97bbe9b8c650fb5d9d23cbd4 /ChangeLog | |
parent | 0d3fe819f6e584ccd1146ffba91c24ae06374ffa (diff) | |
download | glibc-a97d1494f7dc5ec6978aa234b15faff29a4607ee.tar.gz glibc-a97d1494f7dc5ec6978aa234b15faff29a4607ee.tar.xz glibc-a97d1494f7dc5ec6978aa234b15faff29a4607ee.zip |
Update.
* string/bits/string2.h: Only use __builtin_memset for egcs 1.1 and gcc3.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d94efcfc2e..c1bcefe440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-05-01 Ulrich Drepper <drepper@cygnus.com> + * string/bits/string2.h: Only use __builtin_memset for egcs 1.1 and + gcc3. + * sysdeps/i386/i486/bits/string.h: Don't use and define __memset_gg. Prevent warnings from multiplication with 0x01010101 by another cast. |