about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-08-26 22:17:03 -0700
committerUlrich Drepper <drepper@redhat.com>2010-08-26 22:17:03 -0700
commit9ea3de11f11d8ed0a99b38f63ce5741be80b93a2 (patch)
tree99beb992070c08bb0298fc66a38589e36610b131 /ChangeLog
parent107b2fa56c15572ae56fb4ed18b50b58aff39b7f (diff)
downloadglibc-9ea3de11f11d8ed0a99b38f63ce5741be80b93a2.tar.gz
glibc-9ea3de11f11d8ed0a99b38f63ce5741be80b93a2.tar.xz
glibc-9ea3de11f11d8ed0a99b38f63ce5741be80b93a2.zip
Move slow Atom code to separate section.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a1bd6a873..1ed9f56dce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-27  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
+
+	* sysdeps/x86_64/strlen.S: Minimal code improvement.
+
 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/strlen.S: Unroll the loop.