x86_64: Unconditionally run test elf/check-dt-x86-64-plt

The intention of GLIBC_ABI_DT_X86_64_PLT is simply to mark the existence
of the fix in f8587a6189
("x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOT").

Testing for GLIBC_ABI_DT_X86_64_PLT does not depend on the linker
supporting -z mark-plt.  Therefore remove this dependency on linker
support and test unconditionally.

Fixes commit 399384e0c8
("x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]")

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
Arjun Shankar 2025-09-04 20:30:41 +02:00
parent b7f904012a
commit a0dc87da2a
1 changed files with 1 additions and 1 deletions

View File

@ -213,6 +213,7 @@ LDFLAGS-tst-plt-rewrite2 = -Wl,-z,now
LDFLAGS-tst-plt-rewritemod2.so = -Wl,-z,now,-z,undefs LDFLAGS-tst-plt-rewritemod2.so = -Wl,-z,now,-z,undefs
tst-plt-rewrite2-ENV = GLIBC_TUNABLES=glibc.cpu.plt_rewrite=2 tst-plt-rewrite2-ENV = GLIBC_TUNABLES=glibc.cpu.plt_rewrite=2
$(objpfx)tst-plt-rewrite2: $(objpfx)tst-plt-rewritemod2.so $(objpfx)tst-plt-rewrite2: $(objpfx)tst-plt-rewritemod2.so
endif
tests-special += $(objpfx)check-dt-x86-64-plt.out tests-special += $(objpfx)check-dt-x86-64-plt.out
@ -222,7 +223,6 @@ $(objpfx)check-dt-x86-64-plt.out: $(common-objpfx)libc.so
| grep GLIBC_ABI_DT_X86_64_PLT > $@; \ | grep GLIBC_ABI_DT_X86_64_PLT > $@; \
$(evaluate-test) $(evaluate-test)
generated += check-dt-x86-64-plt.out generated += check-dt-x86-64-plt.out
endif
test-internal-extras += tst-gnu2-tls2mod1 test-internal-extras += tst-gnu2-tls2mod1