public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] nptl: move tst-x86-64-tls-1 to nptl-only tests
@ 2023-05-01 11:26 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-05-01 11:26 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6d4f1834957bc52fef6bf0fe903580220d0d711c

commit 6d4f1834957bc52fef6bf0fe903580220d0d711c
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon May 1 12:59:12 2023 +0200

    nptl: move tst-x86-64-tls-1 to nptl-only tests
    
    It is essentially nptl-only.

Diff:
---
 sysdeps/x86_64/Makefile                      | 2 --
 sysdeps/x86_64/nptl/Makefile                 | 4 ++++
 sysdeps/x86_64/{ => nptl}/tst-x86-64-tls-1.c | 0
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile
index 54396c3c3f..00120ca9ca 100644
--- a/sysdeps/x86_64/Makefile
+++ b/sysdeps/x86_64/Makefile
@@ -175,8 +175,6 @@ ifeq (no,$(build-hardcoded-path-in-tests))
 tests-container += tst-glibc-hwcaps-cache
 endif
 
-tests-internal += tst-x86-64-tls-1
-
 endif # $(subdir) == elf
 
 ifeq ($(subdir),csu)
diff --git a/sysdeps/x86_64/nptl/Makefile b/sysdeps/x86_64/nptl/Makefile
index e25e3199a3..70e31b73ef 100644
--- a/sysdeps/x86_64/nptl/Makefile
+++ b/sysdeps/x86_64/nptl/Makefile
@@ -18,3 +18,7 @@
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
 endif
+
+ifeq ($(subdir),elf)
+tests-internal += tst-x86-64-tls-1
+endif
diff --git a/sysdeps/x86_64/tst-x86-64-tls-1.c b/sysdeps/x86_64/nptl/tst-x86-64-tls-1.c
similarity index 100%
rename from sysdeps/x86_64/tst-x86-64-tls-1.c
rename to sysdeps/x86_64/nptl/tst-x86-64-tls-1.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-01 11:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01 11:26 [glibc] nptl: move tst-x86-64-tls-1 to nptl-only tests Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).