Blame SOURCES/ia-rmv-set-memset-vec-unaligned-erms.patch

513694
From 3149dab571d1739a507ef8185af0d72d269b5ee3 Mon Sep 17 00:00:00 2001
513694
From: Noah Goldstein <goldstein.w.n@gmail.com>
513694
Date: Sat, 12 Feb 2022 00:45:00 -0600
513694
Subject: [PATCH] x86: Set .text section in memset-vec-unaligned-erms
513694
513694
commit 3d9f171bfb5325bd5f427e9fc386453358c6e840
513694
Author: H.J. Lu <hjl.tools@gmail.com>
513694
Date:   Mon Feb 7 05:55:15 2022 -0800
513694
513694
    x86-64: Optimize bzero
513694
513694
Remove setting the .text section for the code. This commit
513694
adds that back.
513694
513694
(cherry picked from commit 7912236f4a597deb092650ca79f33504ddb4af28)
513694
---
513694
 sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S | 1 +
513694
 1 file changed, 1 insertion(+)
513694
513694
diff --git a/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S b/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
513694
index 06f5f5d7..4fb475c0 100644
513694
--- a/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
513694
+++ b/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
513694
@@ -114,6 +114,7 @@
513694
 # error SECTION is not defined!
513694
 #endif
513694
 
513694
+	.section SECTION(.text), "ax", @progbits
513694
 #if IS_IN (libc)
513694
 # if defined SHARED
513694
 ENTRY_CHK (WMEMSET_CHK_SYMBOL (__wmemset_chk, unaligned))
513694
-- 
513694
GitLab
513694