]> sourceware.org Git - glibc.git/commit
x86_64: Add memcmpeq.S to fix disable-multi-arch build
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 28 Oct 2021 19:41:03 +0000 (14:41 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 28 Oct 2021 21:35:50 +0000 (16:35 -0500)
commit1d56fd3baeaa67405b8a1d67275b4c6eecac77b8
treeb613079dd2355166945000da7b71d23fc1545e26
parentb3cf94ef15f0bb6ff336907e31ab0064a0381916
x86_64: Add memcmpeq.S to fix disable-multi-arch build

The following commit:

    commit cf4fd28ea453d1a9cec93939bc88b58ccef5437a
    Author: Noah Goldstein <goldstein.w.n@gmail.com>
    Date:   Tue Oct 26 19:43:18 2021 -0500

Broke --disable-multi-arch build for x86_64 because x86_64/memcmpeq.S
was not defined outside of multiarch and the alias for __memcmpeq in
x86_64/memcmp.S was removed.

This commit fixes that issue by adding x86_64/memcmpeq.S.

make xcheck passes on x86_64 with and without --disable-multi-arch
sysdeps/x86_64/memcmpeq.S [new file with mode: 0644]
This page took 0.039062 seconds and 5 git commands to generate.