public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/release/2.35/master] x86: Set .text section in memset-vec-unaligned-erms
@ 2022-05-05  6:23 Sunil Pandey
  0 siblings, 0 replies; only message in thread
From: Sunil Pandey @ 2022-05-05  6:23 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c394d7e11a2cc5d99dc1ba3833727c37536d4838

commit c394d7e11a2cc5d99dc1ba3833727c37536d4838
Author: Noah Goldstein <goldstein.w.n@gmail.com>
Date:   Sat Feb 12 00:45:00 2022 -0600

    x86: Set .text section in memset-vec-unaligned-erms
    
    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)

Diff:
---
 sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S b/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
index 7c94fcdae1..785fee1d57 100644
--- a/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
+++ b/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
@@ -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))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-05  6:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05  6:23 [glibc/release/2.35/master] x86: Set .text section in memset-vec-unaligned-erms Sunil Pandey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).