about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2024-03-19 13:49:50 +0100
committerH.J. Lu <hjl.tools@gmail.com>2024-04-02 06:22:06 -0700
commit5a461f2949ded98d8211939f84988bc464c7b4fe (patch)
treec7b45cf47f8dabfd9a8d312ddb4759e0621c4cd4
parentaded2fc004e7ee85cf0b45b1382552d41e555a23 (diff)
downloadglibc-5a461f2949ded98d8211939f84988bc464c7b4fe.tar.gz
glibc-5a461f2949ded98d8211939f84988bc464c7b4fe.tar.xz
glibc-5a461f2949ded98d8211939f84988bc464c7b4fe.zip
Add tst-gnu2-tls2mod1 to test-internal-extras
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)
-rw-r--r--sysdeps/x86_64/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile
index e8babc9a4e..9d374a3299 100644
--- a/sysdeps/x86_64/Makefile
+++ b/sysdeps/x86_64/Makefile
@@ -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)