]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 29 Jan 2002 03:55:13 +0000 (03:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 29 Jan 2002 03:55:13 +0000 (03:55 +0000)
ChangeLog

index ab93a97707e1324cbe6d02216769f451e7c63ec3..dfb48b5b4e9c8644a947779ba41dca620eb1e252 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2002-01-23  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/alpha/Makefile (pic-ccflag): New variable.
+
+2002-01-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
+       __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
+       short lengths and constant src.
+       (strcpy): Don't optimize for gcc 3.0+.
+       (__stpcpy): For gcc 3.0+, don't use
+       __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
+       for short string literal src.
+
 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
 
        * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):