]> sourceware.org Git - glibc.git/commit
aarch64: Remove duplicate memchr/strlen in libc.a (BZ 31777)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 22 May 2024 13:13:21 +0000 (10:13 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 23 May 2024 12:36:08 +0000 (09:36 -0300)
commitef9596352b9863dd055578b4bfdd3777aca0bcb8
tree23918eb312a6d3e8f33d312da0e7169983441483
parente9a37242f9cca80496aa934158b7e366b8b419fa
aarch64: Remove duplicate memchr/strlen in libc.a (BZ 31777)

The generic version provides weak definitions of memchr/strlen,
which are already provided by the ifunc resolvers.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/aarch64/multiarch/memchr_generic.S
sysdeps/aarch64/multiarch/strlen_generic.S
This page took 0.044618 seconds and 5 git commands to generate.