powerpc64: Remove strcspn ifunc from the loader
commit20f0491c675c19add0b4f44fce960d65eb44ef9b
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Fri, 2 Jul 2021 18:42:31 +0000 (2 15:42 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Fri, 9 Jul 2021 00:59:28 +0000 (8 21:59 -0300)
treef4aa1cecf3faa726a46425b57ca4606bb637db2a
parent0679442defedf7e52a94264975880ab8674736b2
powerpc64: Remove strcspn ifunc from the loader

5 years ago, commit 8f1b841e452dbb083112fd036033b7f4af506ba0
unintentionally added an ifunc to the loader.
That modification has not caused any harm so far, but it doesn't add any
value either, because the hwcap information is available later during
libc initialization.

Suggested-by: Anton Blanchard <anton@ozlabs.org>
sysdeps/powerpc/powerpc64/multiarch/rtld-strcspn.c [new file with mode: 0644]