glibc/string/bits
Ulrich Drepper 96f3aa5253 (__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-29 03:31:42 +00:00
..
string2.h (__mempcpy): For gcc 3.0+, don't use 2002-01-29 03:31:42 +00:00