]> sourceware.org Git - glibc.git/commitdiff
Move slow Atom code to separate section.
authorUlrich Drepper <drepper@redhat.com>
Fri, 27 Aug 2010 05:17:03 +0000 (22:17 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 27 Aug 2010 05:17:03 +0000 (22:17 -0700)
ChangeLog
sysdeps/x86_64/multiarch/strlen-no-bsf.S

index 6a1bd6a873fcb6a184e388c717d772c1593f0469..1ed9f56dce26af8fa50f991babefd7cce530f92f 100644 (file)
--- 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.
index 29ad8227b06b0f90a85563e871d23d1a36c9059b..3e52f8165c90ea88252729a1b3c06534ac6c6e60 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <sysdep.h>
 
-       .text
+       .section .text.slow,"ax",@progbits
 ENTRY (__strlen_no_bsf)
        xor     %eax, %eax
        cmpb    $0, (%rdi)
This page took 0.044696 seconds and 5 git commands to generate.