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.
This commit is contained in:
H.J. Lu 2022-07-07 16:20:50 -07:00
parent f4fe72a4f7
commit eedf7886ed
3 changed files with 0 additions and 3 deletions

View File

@ -184,7 +184,6 @@
.align 16
.type STRCMP, @function
.globl STRCMP
.hidden STRCMP
# ifndef GLABEL
# define GLABEL(...) __VA_ARGS__

View File

@ -214,7 +214,6 @@
.align 16
.type STRCMP, @function
.globl STRCMP
.hidden STRCMP
# ifdef USE_AS_STRCASECMP_L
ENTRY (STRCASECMP)

View File

@ -77,7 +77,6 @@
.align 16
.type STRCMP_SSE42, @function
.globl STRCMP_SSE42
.hidden STRCMP_SSE42
#ifdef USE_AS_STRCASECMP_L
ENTRY (GLABEL(__strcasecmp))
movq __libc_tsd_LOCALE@gottpoff(%rip),%rax