08c3a6
commit 70509f9b4807295b2b4b43bffe110580fc0381ef
08c3a6
Author: Noah Goldstein <goldstein.w.n@gmail.com>
08c3a6
Date:   Sat Feb 12 00:45:00 2022 -0600
08c3a6
08c3a6
    x86: Set .text section in memset-vec-unaligned-erms
08c3a6
    
08c3a6
    commit 3d9f171bfb5325bd5f427e9fc386453358c6e840
08c3a6
    Author: H.J. Lu <hjl.tools@gmail.com>
08c3a6
    Date:   Mon Feb 7 05:55:15 2022 -0800
08c3a6
    
08c3a6
        x86-64: Optimize bzero
08c3a6
    
08c3a6
    Remove setting the .text section for the code. This commit
08c3a6
    adds that back.
08c3a6
    
08c3a6
    (cherry picked from commit 7912236f4a597deb092650ca79f33504ddb4af28)
08c3a6
08c3a6
diff --git a/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S b/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
08c3a6
index 39a096a594ccb5b6..d9c577fb5ff9700f 100644
08c3a6
--- a/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
08c3a6
+++ b/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
08c3a6
@@ -114,6 +114,7 @@
08c3a6
 # error SECTION is not defined!
08c3a6
 #endif
08c3a6
 
08c3a6
+	.section SECTION(.text), "ax", @progbits
08c3a6
 #if IS_IN (libc)
08c3a6
 # if defined SHARED
08c3a6
 ENTRY_CHK (WMEMSET_CHK_SYMBOL (__wmemset_chk, unaligned))