about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcmp-evex.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-evex.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-evex.S')
-rw-r--r--sysdeps/x86_64/multiarch/strcmp-evex.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/strcmp-evex.S b/sysdeps/x86_64/multiarch/strcmp-evex.S
index 2a5b3ce037..e97d51bb26 100644
--- a/sysdeps/x86_64/multiarch/strcmp-evex.S
+++ b/sysdeps/x86_64/multiarch/strcmp-evex.S
@@ -214,7 +214,6 @@
 	.align	16
 	.type	STRCMP, @function
 	.globl	STRCMP
-	.hidden	STRCMP
 
 # ifdef USE_AS_STRCASECMP_L
 ENTRY (STRCASECMP)