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:
H.J. Lu 2025-01-04 05:53:19 +08:00
parent d7b37322c5
commit c2567b18fd
4 changed files with 0 additions and 5 deletions

View File

@ -198,5 +198,3 @@ L(un_out):
#endif
jr ra
END(STRCPY)
libc_hidden_builtin_def (STRCPY)

View File

@ -211,5 +211,4 @@ L(zero_byte):
jr ra
END(STRCPY)
libc_hidden_builtin_def (STRCPY)
#endif

View File

@ -208,5 +208,4 @@ L(INDEX):
.dword 0x0706050403020100
.dword 0x0f0e0d0c0b0a0908
libc_hidden_builtin_def (STRCPY)
#endif

View File

@ -134,5 +134,4 @@ L(page_cross):
b L(end)
END(STRCPY)
libc_hidden_builtin_def (STRCPY)
#endif