x86: Remove faulty sanity tests for RTLD build with no multiarch
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 23 Jun 2022 17:49:19 +0000 (10:49 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 23 Jun 2022 18:14:08 +0000 (11:14 -0700)
commitbd42891bb38d43878d0a9e204a183dbae4a2c6d0
tree139923b5116f47d078533197fdbc75b6960f237a
parent220b83d83d32aa9e6f5659e2fa2a63a0024c3e4a
x86: Remove faulty sanity tests for RTLD build with no multiarch

The sanity tests where meant to ensure that the default implementation
was only being built without multiarch with the exception of the
multiarch/rtld-*.S files.

The code used IS_IN (rtld) to check if the build for was for an
multiarch/rtld-*.S file which is incorrect as IS_IN (rtld) is set for
the non-multiarch build as well.
sysdeps/x86_64/isa-default-impl.h