mirror of git://sourceware.org/git/glibc.git
loongarch: Drop __GI_XXX for strcpy/stpcpy IFUNC implementations
There is no need for __GI_XXX symbols, like __GI___strcpy_aligned since __strcpy_aligned is used directly. Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
d7b37322c5
commit
c2567b18fd
|
@ -198,5 +198,3 @@ L(un_out):
|
|||
#endif
|
||||
jr ra
|
||||
END(STRCPY)
|
||||
|
||||
libc_hidden_builtin_def (STRCPY)
|
||||
|
|
|
@ -211,5 +211,4 @@ L(zero_byte):
|
|||
jr ra
|
||||
END(STRCPY)
|
||||
|
||||
libc_hidden_builtin_def (STRCPY)
|
||||
#endif
|
||||
|
|
|
@ -208,5 +208,4 @@ L(INDEX):
|
|||
.dword 0x0706050403020100
|
||||
.dword 0x0f0e0d0c0b0a0908
|
||||
|
||||
libc_hidden_builtin_def (STRCPY)
|
||||
#endif
|
||||
|
|
|
@ -134,5 +134,4 @@ L(page_cross):
|
|||
b L(end)
|
||||
END(STRCPY)
|
||||
|
||||
libc_hidden_builtin_def (STRCPY)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue