x86: Add missing IS_IN (libc) check to memmove-ssse3.S
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 30 Jun 2022 01:56:16 +0000 (18:56 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 30 Jun 2022 02:47:52 +0000 (19:47 -0700)
commit8cfbbbcdf90c3b6a941631c7a57a7f8b09598ac4
tree52a472f501a267efb01b2c94f36d048e537d5d02
parent88070acdd0e21a300a381e3d6ba106ca14285a5f
x86: Add missing IS_IN (libc) check to memmove-ssse3.S

Was missing to for the multiarch build rtld-memmove-ssse3.os was
being built and exporting symbols:

>$ nm string/rtld-memmove-ssse3.os
                 U __GI___chk_fail
0000000000000020 T __memcpy_chk_ssse3
0000000000000040 T __memcpy_ssse3
0000000000000020 T __memmove_chk_ssse3
0000000000000040 T __memmove_ssse3
0000000000000000 T __mempcpy_chk_ssse3
0000000000000010 T __mempcpy_ssse3
                 U __x86_shared_cache_size_half

Introduced after 2.35 in:

commit 26b2478322db94edc9e0e8f577b2f71d291e5acb
Author: Noah Goldstein <goldstein.w.n@gmail.com>
Date:   Thu Apr 14 11:47:40 2022 -0500

    x86: Reduce code size of mem{move|pcpy|cpy}-ssse3
sysdeps/x86_64/multiarch/memmove-ssse3.S