x86: Remove unneeded rtld-wmemcmp
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 12 Jul 2022 19:29:09 +0000 (12:29 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 13 Jul 2022 21:55:31 +0000 (14:55 -0700)
commit42b014dd1b92b4cd0afbff901a82d8b0a82d36a8
tree753ac55f8d8cd1bb93e5bea7884ff119043f79ce
parente19bb87c97a3a109c418f68cebbea27ebc2808f9
x86: Remove unneeded rtld-wmemcmp

wmemcmp isn't used by the dynamic loader so their no need to add an
RTLD stub for it.

Tested with and without multiarch on x86_64 for ISA levels:
{generic, x86-64-v2, x86-64-v3, x86-64-v4}

And m32 with and without multiarch.
sysdeps/x86_64/multiarch/rtld-wmemcmp.S [deleted file]