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