glibc/sysdeps/s390/multiarch
Adhemerval Zanella 5355f9ca7b elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support
Besides the option being gcc specific, this approach is still fragile
and not future proof since we do not know if this will be the only
optimization option gcc will add that transforms loops to memset
(or any libcall).

This patch adds a new header, dl-symbol-redir-ifunc.h, that can b
used to redirect the compiler generated libcalls to port the generic
memset implementation if required.

Checked on x86_64-linux-gnu and aarch64-linux-gnu.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2022-10-10 10:32:28 -03:00
..
iconv Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
8bit-generic.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dl-symbol-redir-ifunc.h elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support 2022-10-10 10:32:28 -03:00
gconv_simple.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gen-8bit.sh S390: Optimize 8bit-generic iconv modules. 2016-05-25 17:18:04 +02:00
ifunc-impl-list.c S390: Fix werror=unused-variable in ifunc-impl-list.c. 2022-08-18 09:10:48 +02:00
ifunc-resolve.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Makefile S390: Refactor wmemcmp ifunc handling. 2018-12-18 13:57:25 +01:00
utf8-utf16-z9.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
utf8-utf32-z9.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
utf16-utf32-z9.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00