]> sourceware.org Git - glibc.git/commitdiff
nptl: move tst-x86-64-tls-1 to nptl-only tests
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 1 May 2023 10:59:12 +0000 (12:59 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 1 May 2023 10:59:33 +0000 (12:59 +0200)
It is essentially nptl-only.

sysdeps/x86_64/Makefile
sysdeps/x86_64/nptl/Makefile
sysdeps/x86_64/nptl/tst-x86-64-tls-1.c [moved from sysdeps/x86_64/tst-x86-64-tls-1.c with 100% similarity]

index 54396c3c3fb6c8a285b3b1cc052f48b0b7df7f53..00120ca9caf41ffd16ca71006e619b15c575fdc9 100644 (file)
@@ -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)
index e25e3199a31ab0964e448b198290dea900e38251..70e31b73ef2fb3f5635d8870ce2f6cf7f5534259 100644 (file)
@@ -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
This page took 0.119805 seconds and 5 git commands to generate.