about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcmp-avx2.S
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-07-07 16:20:50 -0700
committerH.J. Lu <hjl.tools@gmail.com>2022-07-07 16:38:11 -0700
commiteedf7886ed81750d0f81735034682cf0a4d8bee1 (patch)
tree15a83c7a2f45ccaeeec759f30372683982bf9931 /sysdeps/x86_64/multiarch/strcmp-avx2.S
parentf4fe72a4f7b22588a7c902e39ddd3dcd244bbf9f (diff)
downloadglibc-eedf7886ed81750d0f81735034682cf0a4d8bee1.tar.gz
glibc-eedf7886ed81750d0f81735034682cf0a4d8bee1.tar.xz
glibc-eedf7886ed81750d0f81735034682cf0a4d8bee1.zip
x86-64: Don't mark symbols as hidden in strcmp-XXX.S
Don't mark symbols as hidden in strcmp-avx2.S, strcmp-evex.S and
strcmp-sse42.S since they are marked as hidden in the IFUNC selectors.
Diffstat (limited to 'sysdeps/x86_64/multiarch/strcmp-avx2.S')
-rw-r--r--sysdeps/x86_64/multiarch/strcmp-avx2.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/strcmp-avx2.S b/sysdeps/x86_64/multiarch/strcmp-avx2.S
index 8da09bd86d..516cde1145 100644
--- a/sysdeps/x86_64/multiarch/strcmp-avx2.S
+++ b/sysdeps/x86_64/multiarch/strcmp-avx2.S
@@ -184,7 +184,6 @@
 	.align	16
 	.type	STRCMP, @function
 	.globl	STRCMP
-	.hidden	STRCMP
 
 # ifndef GLABEL
 #  define GLABEL(...)	__VA_ARGS__