powerpc64le: Also avoid IFUNC for __mempcpy

Code used during early static startup in elf/dl-tls.c uses
__mempcpy.

Fixes commit cbd9fd2369 ("Consolidate
TLS block allocation for static binaries with ld.so").

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer 2025-02-02 16:21:39 +01:00
parent 68c9ef4419
commit 3755ffb665
1 changed files with 1 additions and 0 deletions

View File

@ -20,5 +20,6 @@
#define _DL_IFUNC_GENERIC_H
asm ("memset = __memset_power8");
asm ("__mempcpy = __mempcpy_power7");
#endif