Files
glibc/string
Adhemerval Zanella 0a380fe9a3 elf: Use dl-symbol-redir-ifunc.h instead _dl_strlen
Also replace the loop with strlen And remove
-fno-tree-loop-distribute-patterns usage.

It requires redirect the strlen to the baseline implementation
for x86_64, aarch64, and loongarch64.

Checked on x86_64-linux-gnu{-v2,v3} and aarch64-linux-gnu with
both gcc-15 and clang-21.

Reviewed-by: DJ Delorie <dj@redhat.com>
2026-02-18 09:35:03 -03:00
..