about summary refs log tree commit diff
path: root/ctype
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2022-06-29 18:56:16 -0700
committerNoah Goldstein <goldstein.w.n@gmail.com>2022-06-29 19:47:52 -0700
commit8cfbbbcdf90c3b6a941631c7a57a7f8b09598ac4 (patch)
tree52a472f501a267efb01b2c94f36d048e537d5d02 /ctype
parent88070acdd0e21a300a381e3d6ba106ca14285a5f (diff)
downloadglibc-8cfbbbcdf90c3b6a941631c7a57a7f8b09598ac4.tar.gz
glibc-8cfbbbcdf90c3b6a941631c7a57a7f8b09598ac4.tar.xz
glibc-8cfbbbcdf90c3b6a941631c7a57a7f8b09598ac4.zip
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
Diffstat (limited to 'ctype')
0 files changed, 0 insertions, 0 deletions