mirror of git://sourceware.org/git/glibc.git
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:
parent
f4fe72a4f7
commit
eedf7886ed
|
@ -184,7 +184,6 @@
|
|||
.align 16
|
||||
.type STRCMP, @function
|
||||
.globl STRCMP
|
||||
.hidden STRCMP
|
||||
|
||||
# ifndef GLABEL
|
||||
# define GLABEL(...) __VA_ARGS__
|
||||
|
|
|
@ -214,7 +214,6 @@
|
|||
.align 16
|
||||
.type STRCMP, @function
|
||||
.globl STRCMP
|
||||
.hidden STRCMP
|
||||
|
||||
# ifdef USE_AS_STRCASECMP_L
|
||||
ENTRY (STRCASECMP)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue