about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-06-15 20:12:01 +0000
committerRoland McGrath <roland@gnu.org>2004-06-15 20:12:01 +0000
commit5b2892d54ed237f232cb3219df4ebcadf7146471 (patch)
treee9294d4c49a6a061fba44a67c887beba16052b75 /ChangeLog
parent0ab7f77ef5ed29d2a22a2611fce3382eb1379768 (diff)
downloadglibc-5b2892d54ed237f232cb3219df4ebcadf7146471.tar.gz
glibc-5b2892d54ed237f232cb3219df4ebcadf7146471.tar.xz
glibc-5b2892d54ed237f232cb3219df4ebcadf7146471.zip
* sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
	(memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
	__strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
	the asm uses as its input, either of size __n where __n is known or
	0xfffffff.
	(strstr): Add "memory" clobber.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 175f44bb2b..aba4504de5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-06-13  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
+	(memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
+	__strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
+	the asm uses as its input, either of size __n where __n is known or
+	0xfffffff.
+	(strstr): Add "memory" clobber.
+
 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
 
 	[BZ #219]