From: Andreas Jaeger Date: Mon, 28 Mar 2005 07:10:05 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~16761 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12403b32054ad3f46390f7e537f24ccf7b153620;p=external%2Fglibc.git Update. 2005-03-27 Andreas Jaeger * debug/warning-nop.c (__builtin___memcpy_chk): Define away to avoid warnings with older compiler. (__builtin___memcpy_chk): Likewise. (__builtin___memmove_chk: Likewise. (__builtin___mempcpy_chk): Likewise. (__builtin___memset_chk): Likewise. (__builtin___stpcpy_chk): Likewise. (__builtin___strcat_chk): Likewise. (__builtin___strcpy_chk): Likewise. (__builtin___strncat_chk): Likewise. (__builtin___strncpy_chk): Likewise. (__builtin_object_size): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 77926d3..9ca084c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2005-03-27 Andreas Jaeger + + * debug/warning-nop.c (__builtin___memcpy_chk): Define away to + avoid warnings with older compiler. + (__builtin___memcpy_chk): Likewise. + (__builtin___memmove_chk: Likewise. + (__builtin___mempcpy_chk): Likewise. + (__builtin___memset_chk): Likewise. + (__builtin___stpcpy_chk): Likewise. + (__builtin___strcat_chk): Likewise. + (__builtin___strcpy_chk): Likewise. + (__builtin___strncat_chk): Likewise. + (__builtin___strncpy_chk): Likewise. + (__builtin_object_size): Likewise. + 2005-03-27 Daniel Jacobowitz * elf/tls-macros.h: Correct typo.