about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-09-28 11:25:56 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-09-28 11:25:56 -0700
commit25f5f885c6c0cec20554ca7b6c71fd1b7b50f51c (patch)
tree20254347dafcbfd79810e5b71e490ece5d4f2fd4
parentc18b7473cb88e49d9f59ac2b1d2c68692202313d (diff)
downloadglibc-25f5f885c6c0cec20554ca7b6c71fd1b7b50f51c.tar.gz
glibc-25f5f885c6c0cec20554ca7b6c71fd1b7b50f51c.tar.xz
glibc-25f5f885c6c0cec20554ca7b6c71fd1b7b50f51c.zip
Improve ChangeLog entry for x86_64 strncmp-ssse3.S
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 207519baee..16e37d12fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,8 +47,8 @@
 
 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
 
-	* sysdeps/x86_64/multiarch/strncmp-ssse3.S: Empty if not in
-	libc.so.
+	* sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
+	contents on [SHARED].
 
 2012-09-26  Marek Polacek  <polacek@redhat.com>