about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2005-03-28 07:10:05 +0000
committerAndreas Jaeger <aj@suse.de>2005-03-28 07:10:05 +0000
commit12403b32054ad3f46390f7e537f24ccf7b153620 (patch)
tree3c4b5828fc5db690f302dad240882fafa6b253fa
parentf864df7fc7e01cdcb0730a70db1f5effbe66baa6 (diff)
downloadglibc-12403b32054ad3f46390f7e537f24ccf7b153620.tar.gz
glibc-12403b32054ad3f46390f7e537f24ccf7b153620.tar.xz
glibc-12403b32054ad3f46390f7e537f24ccf7b153620.zip
Update.
2005-03-27  Andreas Jaeger  <aj@suse.de>

	* 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.
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77926d3cb9..9ca084cc2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-03-27  Andreas Jaeger  <aj@suse.de>
+
+	* 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  <dan@codesourcery.com>
 
 	* elf/tls-macros.h: Correct typo.