]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add tst-gnu2-tls2mod1 to test-internal-extras
authorAndreas Schwab <schwab@suse.de>
Tue, 19 Mar 2024 12:49:50 +0000 (13:49 +0100)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 2 Apr 2024 13:22:06 +0000 (06:22 -0700)
That allows sysdeps/x86_64/tst-gnu2-tls2mod1.S to use internal headers.

Fixes: 717ebfa85c ("x86-64: Allocate state buffer space for RDI, RSI and RBX")
(cherry picked from commit fd7ee2e6c5eb49e4a630a9978b4d668bff6354ee)

sysdeps/x86_64/Makefile

index e8babc9a4edbf90b629657a4b6396241d7b63eee..9d374a329916fc459a8ec01df4d7cd31901aa81f 100644 (file)
@@ -210,6 +210,8 @@ tst-plt-rewrite2-ENV = GLIBC_TUNABLES=glibc.cpu.plt_rewrite=2
 $(objpfx)tst-plt-rewrite2: $(objpfx)tst-plt-rewritemod2.so
 endif
 
+test-internal-extras += tst-gnu2-tls2mod1
+
 endif # $(subdir) == elf
 
 ifeq ($(subdir),csu)