]> 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)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Sat, 12 Feb 2022 10:25:19 +0000 (04:25 -0600)
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.

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

index 7c94fcdae1ba02e69fbae133f261bb8411f368fb..785fee1d5766ee4390d986a732aa0c32c4dfe0e8 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))