diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2025-01-04 05:53:19 +0800 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2025-01-05 05:40:07 +0800 |
| commit | c2567b18fd77da9d4a270b20232f12616763bf76 (patch) | |
| tree | 1af78849b774f1601e461be6bc3030377beb19a8 | |
| parent | d7b37322c53e84eba2b35ee118b63f00c057050f (diff) | |
| download | glibc-c2567b18fd77da9d4a270b20232f12616763bf76.tar.xz glibc-c2567b18fd77da9d4a270b20232f12616763bf76.zip | |
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>
4 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/loongarch/lp64/multiarch/strcpy-aligned.S b/sysdeps/loongarch/lp64/multiarch/strcpy-aligned.S index 6bf0b803f1..43d74f611b 100644 --- a/sysdeps/loongarch/lp64/multiarch/strcpy-aligned.S +++ b/sysdeps/loongarch/lp64/multiarch/strcpy-aligned.S @@ -198,5 +198,3 @@ L(un_out): #endif jr ra END(STRCPY) - -libc_hidden_builtin_def (STRCPY) diff --git a/sysdeps/loongarch/lp64/multiarch/strcpy-lasx.S b/sysdeps/loongarch/lp64/multiarch/strcpy-lasx.S index 02c8dc6d7a..5629283208 100644 --- a/sysdeps/loongarch/lp64/multiarch/strcpy-lasx.S +++ b/sysdeps/loongarch/lp64/multiarch/strcpy-lasx.S @@ -211,5 +211,4 @@ L(zero_byte): jr ra END(STRCPY) -libc_hidden_builtin_def (STRCPY) #endif diff --git a/sysdeps/loongarch/lp64/multiarch/strcpy-lsx.S b/sysdeps/loongarch/lp64/multiarch/strcpy-lsx.S index 906bd2feea..97a612b960 100644 --- a/sysdeps/loongarch/lp64/multiarch/strcpy-lsx.S +++ b/sysdeps/loongarch/lp64/multiarch/strcpy-lsx.S @@ -208,5 +208,4 @@ L(INDEX): .dword 0x0706050403020100 .dword 0x0f0e0d0c0b0a0908 -libc_hidden_builtin_def (STRCPY) #endif diff --git a/sysdeps/loongarch/lp64/multiarch/strcpy-unaligned.S b/sysdeps/loongarch/lp64/multiarch/strcpy-unaligned.S index f6a29796ad..7231b4d792 100644 --- a/sysdeps/loongarch/lp64/multiarch/strcpy-unaligned.S +++ b/sysdeps/loongarch/lp64/multiarch/strcpy-unaligned.S @@ -134,5 +134,4 @@ L(page_cross): b L(end) END(STRCPY) -libc_hidden_builtin_def (STRCPY) #endif |
