]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move SSE4.2 functions together.
authorUlrich Drepper <drepper@redhat.com>
Sat, 8 Aug 2009 16:38:32 +0000 (09:38 -0700)
committerUlrich Drepper <drepper@redhat.com>
Sat, 8 Aug 2009 16:38:32 +0000 (09:38 -0700)
ChangeLog
sysdeps/x86_64/multiarch/rawmemchr.S
sysdeps/x86_64/multiarch/strlen.S

index abdb802d8557943ccf0e7ccb2d6625088e4f7306..524a3aa86f6f8bd38ca2042c1885eb96804b1f35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-08  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
+       section as the other functions for this architecture.
+       * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
+
 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/x86_64/strcmp.S: Add support to compile with
index d4f265f430035cf0e55e3c4f75001d2a276886fe..08fd8769fcb22fa4755f004c4ffa1955870fd909 100644 (file)
@@ -38,6 +38,7 @@ END(rawmemchr)
 strong_alias (rawmemchr, __rawmemchr)
 
 
+       .section .text.sse4.2,"ax",@progbits
        .align  16
        .type   __rawmemchr_sse42, @function
 __rawmemchr_sse42:
index 82b03ccc28ceb9173b2b0d0fb632960dae9bff36..4342c6cdab6f23e8cbadca94d2ae24c70d8b5891 100644 (file)
@@ -40,6 +40,7 @@ ENTRY(strlen)
 END(strlen)
 
 
+       .section .text.sse4.2,"ax",@progbits
        .align  16
        .type   __strlen_sse42, @function
 __strlen_sse42: