]> sourceware.org Git - glibc.git/commit
htl: Enable more tests
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 7 Jun 2020 23:32:58 +0000 (23:32 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 7 Jun 2020 23:45:25 +0000 (23:45 +0000)
commit314a431d37757ad179e89b83c3cb5720bae26e60
treef78b79204d8c51ba54153542d949b08e1f5a4392
parent15e995a8fb94a00d76da03756579ae6ff645b161
htl: Enable more tests

* nptl/tst-_res1.c, tst-_res1mod1.c, tst-_res1mod2.c, tst-atfork2.c,
tst-atfork2mod.c, tst-fini1.c, tst-fini1mod.c, tst-tls4.c, tst-tls4moda.c,
tst-tls4modb.c: Move to...
* sysdeps/pthread: ... here.  Rename tst-tls4.c to tst-pt-tls4.c to avoid
conflicting with elf/tst-tls4.c.
* nptl/Makefile: Move corresponding references and rules to...
* sysdeps/pthread/Makefile: ... here.
12 files changed:
nptl/Makefile
sysdeps/pthread/Makefile
sysdeps/pthread/tst-_res1.c [moved from nptl/tst-_res1.c with 100% similarity]
sysdeps/pthread/tst-_res1mod1.c [moved from nptl/tst-_res1mod1.c with 100% similarity]
sysdeps/pthread/tst-_res1mod2.c [moved from nptl/tst-_res1mod2.c with 100% similarity]
sysdeps/pthread/tst-atfork2.c [moved from nptl/tst-atfork2.c with 100% similarity]
sysdeps/pthread/tst-atfork2mod.c [moved from nptl/tst-atfork2mod.c with 100% similarity]
sysdeps/pthread/tst-fini1.c [moved from nptl/tst-fini1.c with 100% similarity]
sysdeps/pthread/tst-fini1mod.c [moved from nptl/tst-fini1mod.c with 100% similarity]
sysdeps/pthread/tst-pt-tls4.c [moved from nptl/tst-tls4.c with 100% similarity]
sysdeps/pthread/tst-tls4moda.c [moved from nptl/tst-tls4moda.c with 100% similarity]
sysdeps/pthread/tst-tls4modb.c [moved from nptl/tst-tls4modb.c with 100% similarity]
This page took 0.045863 seconds and 5 git commands to generate.