]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86: Set .text section in memset-vec-unaligned-erms
authorNoah Goldstein <goldstein.w.n@gmail.com>
Sat, 12 Feb 2022 06:45:00 +0000 (00:45 -0600)
committerSunil K Pandey <skpgkp2@gmail.com>
Thu, 5 May 2022 16:36:07 +0000 (09:36 -0700)
commit 3d9f171bfb5325bd5f427e9fc386453358c6e840
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Feb 7 05:55:15 2022 -0800

    x86-64: Optimize bzero

Remove setting the .text section for the code. This commit
adds that back.

(cherry picked from commit 7912236f4a597deb092650ca79f33504ddb4af28)

sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S

index 39a096a594ccb5b679a3350abc5712df1cdde76e..d9c577fb5ff9700ff04ad2a2383ecb234f0758e9 100644 (file)
 # error SECTION is not defined!
 #endif
 
+       .section SECTION(.text), "ax", @progbits
 #if IS_IN (libc)
 # if defined SHARED
 ENTRY_CHK (WMEMSET_CHK_SYMBOL (__wmemset_chk, unaligned))