]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 30 Jun 2022 01:56:18 +0000 (18:56 -0700)
committerSunil K Pandey <skpgkp2@gmail.com>
Mon, 18 Jul 2022 18:58:12 +0000 (11:58 -0700)
commitc4050b25527c80a989b5f3349b7ea2bf5acf3fd2
tree50ae2ff5b709a91120171fc4c729c5f976e9fda0
parentfdf699edeafe240fde6d0ff223c63185c8446bfc
x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S

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

build/glibc/string/rtld-strncmp-sse4_2.os:
0000000000000000 T __strncmp_sse42

Introduced in:

commit 11ffcacb64a939c10cfc713746b8ec88837f5c4a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jun 21 12:10:50 2017 -0700

    x86-64: Implement strcmp family IFUNC selectors in C

(cherry picked from commit 96ac447d915ea5ecef3f9168cc13f4e731349a3b)
sysdeps/x86_64/multiarch/strncmp-sse4_2.S