x86: Set .text section in memset-vec-unaligned-erms

commit 3d9f171bfb
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 7912236f4a)
This commit is contained in:
Noah Goldstein 2022-02-12 00:45:00 -06:00 committed by Sunil K Pandey
parent 5cb6329652
commit 70509f9b48

View File

@ -114,6 +114,7 @@
# 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))