This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch vineet/upstream-work in repository glibc.
discards 557e212d36 ieee754/dbl-64: Reduce the scope of temporary storage variables discards 028dd930a6 Remove STATFS_IS_STATFS64 conditional as it is zero in all ports adds ecfa912f42 hurd: Add stack guard support adds 8fcc772da8 hurd: Add pointer guard support adds 02937d825a hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandler adds 785ec62dbd hurd: Reject raising invalid signals adds fab94894d5 hurd: Fix hang in _hurd_raise_signal from pthread_kill adds 6c5ca98d09 htl: fix register-atfork ordering adds be22a151f3 htl: Add sem_clockwait support adds d6d74ec16c htl: Enable more tests adds e797c57f93 hurd: Briefly document in xfails the topics of the bugzilla entries adds 7b6b18319e hurd: XFAIL more tests that require setpshared support adds 4bab9ad854 htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2 adds 337a7b74fa hurd: Fix unwinding over interruptible RPC adds 3944c61bdf hurd: Make read and pread64 cancellable adds af27fabe40 htl: Fix tls initialization for already-created threads adds 15e995a8fb htl: Fix registration of atfork handlers in modules adds 314a431d37 htl: Enable more tests adds dd7a8ad7ba pthread: Move back linking rules to nptl and htl adds f112dcc506 hurd: document that gcc&gdb look at the trampoline code adds d1f75e9644 AArch64: Merge Falkor memcpy and memmove implementations adds f7de454f20 aarch64: MTE compatible strchrnul adds 49beaaec1b aarch64: MTE compatible strchr adds a365ac45b7 aarch64: MTE compatible strlen adds 533dd2acf7 Add "%d" support to _dl_debug_vdprintf adds bc9cf8fbe8 htl: Fix linking static tests by factorizing the symbols list adds 62d97c3432 htl: Enable more cancel tests adds c477beb2cc Use Linux 5.7 in build-many-glibcs.py. adds 146fea0764 powerpc: Automatic CPU detection in preconfigure adds 89edef7b39 hurd: Make recv* cancellation points adds ea5cad3e37 htl: Add noreturn attribute on __pthread_exit forward adds e2b9d562d1 htl: initialize first and prevent from unloading adds a50efac19a htl: Move cleanup stack to variable shared between libc and pthread adds 76fe4ef4be htl: Fix cleanup support for IO locking adds 662de0889a hurd: Make write and pwrite64 cancellation points adds 45fce058fe htl: Enable more cancellation tests adds 0c46891442 hurd: Make send* cancellation points adds c1dcc54113 hurd: Fix __writev_nocancel_nostatus adds e221c512c7 ld.so: Check for new cache format first and enhance corrupti [...] adds 27bf5e9506 manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np adds e93c264336 ieee754/dbl-64: Reduce the scope of temporary storage variables adds b67339d0bb Update syscall-names.list for Linux 5.7. adds b637306d3e powerpc64le: refactor e_sqrtf128.c adds b7c9bb183b x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128] adds a35a59036e x86_64: Use %xmmN with vpxor to clear a vector register adds 7a508406df nptl: Remove now-spurious tst-cancelx9 references adds 75870237ff Fix avx2 strncmp offset compare condition check [BZ #25933] adds 27f8864bd4 x86: Update F16C detection [BZ #26133] new e9115c85d1 Remove STATFS_IS_STATFS64 conditional as it is zero in all ports
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (557e212d36) \ N -- N -- N refs/heads/vineet/upstream-work (e9115c85d1)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: elf/dl-cache.c | 27 +-- elf/dl-misc.c | 31 ++- htl/Makefile | 24 ++- htl/Versions | 5 +- htl/forward.c | 4 +- htl/libc_pthread_init.c | 2 + htl/libpthread.a | 22 +- htl/libpthread_pic.a | 22 +- htl/{libpthread.a => libpthread_syms.a} | 3 +- htl/pt-alloc.c | 31 ++- htl/pt-cleanup.c | 2 +- htl/pt-internal.h | 4 +- htl/register-atfork.c | 14 +- hurd/hurd-raise.c | 7 + manual/threads.texi | 72 +++++++ nptl/Makefile | 149 +++---------- {sysdeps/pthread => nptl}/tst-cond22.c | 0 {sysdeps/pthread => nptl}/tst-cond26.c | 0 scripts/build-many-glibcs.py | 2 +- sysdeps/aarch64/multiarch/Makefile | 2 +- sysdeps/aarch64/multiarch/memcpy_falkor.S | 162 ++++++++++++-- sysdeps/aarch64/multiarch/memmove_falkor.S | 225 ------------------- sysdeps/aarch64/strchr.S | 162 ++++++-------- sysdeps/aarch64/strchrnul.S | 136 +++++------- sysdeps/aarch64/strlen.S | 239 +++++---------------- sysdeps/htl/libc-lockP.h | 33 +++ sysdeps/htl/old_pt-atfork.c | 4 +- sysdeps/htl/pt-atfork.c | 10 + sysdeps/htl/pthread-functions.h | 4 +- sysdeps/htl/pthreadP.h | 3 + sysdeps/htl/sem-timedwait.c | 12 +- sysdeps/htl/sem-wait.c | 3 +- sysdeps/htl/stdio-lock.h | 57 +++++ sysdeps/i386/htl/Makefile | 20 ++ sysdeps/i386/htl/tcb-offsets.sym | 8 + sysdeps/mach/hurd/Makefile | 7 +- sysdeps/mach/hurd/Versions | 8 + sysdeps/mach/hurd/dl-sysdep.c | 7 + sysdeps/mach/hurd/htl/pt-sysdep.c | 3 + sysdeps/mach/hurd/i386/Makefile | 16 ++ sysdeps/mach/hurd/i386/____longjmp_chk.S | 70 +++--- sysdeps/mach/hurd/i386/__longjmp.S | 84 ++++++++ sysdeps/mach/hurd/i386/intr-msg.h | 2 + sysdeps/mach/hurd/i386/ld.abilist | 2 +- sysdeps/mach/hurd/i386/libpthread.abilist | 1 + sysdeps/mach/hurd/i386/localplt.data | 8 +- sysdeps/mach/hurd/i386/tls.h | 16 ++ sysdeps/mach/hurd/i386/trampoline.c | 6 +- sysdeps/mach/hurd/not-cancel.h | 34 ++- sysdeps/mach/hurd/pread64.c | 16 +- .../mach/hurd/{pread64.c => pread64_nocancel.c} | 10 +- sysdeps/mach/hurd/pwrite64.c | 16 +- .../mach/hurd/{pwrite64.c => pwrite64_nocancel.c} | 10 +- sysdeps/mach/hurd/read.c | 12 +- sysdeps/mach/hurd/{read.c => read_nocancel.c} | 9 +- sysdeps/mach/hurd/recv.c | 5 + sysdeps/mach/hurd/recvfrom.c | 22 +- sysdeps/mach/hurd/recvmsg.c | 23 +- sysdeps/mach/hurd/send.c | 4 + sysdeps/mach/hurd/sendmsg.c | 3 + sysdeps/mach/hurd/sendto.c | 3 + sysdeps/mach/hurd/write.c | 13 +- sysdeps/mach/hurd/{write.c => write_nocancel.c} | 9 +- .../mach/hurd/writev_nocancel_nostatus.c | 15 +- sysdeps/posix/writev.c | 2 + sysdeps/posix/writev_nocancel.c | 4 + sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c | 8 +- .../powerpc/powerpc64/le/power9/fpu/e_sqrtf128.c | 38 ---- sysdeps/powerpc/preconfigure | 62 +++++- sysdeps/powerpc/preconfigure.ac | 58 +++++ sysdeps/pthread/Makefile | 153 ++++++++++++- {nptl => sysdeps/pthread}/eintr.c | 0 {nptl => sysdeps/pthread}/tst-_res1.c | 0 {nptl => sysdeps/pthread}/tst-_res1mod1.c | 0 {nptl => sysdeps/pthread}/tst-_res1mod2.c | 0 {nptl => sysdeps/pthread}/tst-atfork1.c | 0 {nptl => sysdeps/pthread}/tst-atfork2.c | 0 {nptl => sysdeps/pthread}/tst-atfork2mod.c | 0 {nptl => sysdeps/pthread}/tst-backtrace1.c | 0 {nptl => sysdeps/pthread}/tst-bad-schedattr.c | 0 .../pthread}/tst-cancel-self-cancelstate.c | 0 .../pthread}/tst-cancel-self-canceltype.c | 0 .../pthread}/tst-cancel-self-cleanup.c | 0 .../pthread}/tst-cancel-self-testcancel.c | 0 {nptl => sysdeps/pthread}/tst-cancel-self.c | 0 {nptl => sysdeps/pthread}/tst-cancel1.c | 0 {nptl => sysdeps/pthread}/tst-cancel10.c | 0 {nptl => sysdeps/pthread}/tst-cancel11.c | 0 {nptl => sysdeps/pthread}/tst-cancel12.c | 0 {nptl => sysdeps/pthread}/tst-cancel14.c | 0 {nptl => sysdeps/pthread}/tst-cancel15.c | 0 {nptl => sysdeps/pthread}/tst-cancel18.c | 0 {nptl => sysdeps/pthread}/tst-cancel19.c | 0 {nptl => sysdeps/pthread}/tst-cancel2.c | 0 {nptl => sysdeps/pthread}/tst-cancel21-static.c | 0 {nptl => sysdeps/pthread}/tst-cancel21.c | 0 {nptl => sysdeps/pthread}/tst-cancel22.c | 0 {nptl => sysdeps/pthread}/tst-cancel23.c | 0 {nptl => sysdeps/pthread}/tst-cancel26.c | 0 {nptl => sysdeps/pthread}/tst-cancel27.c | 0 {nptl => sysdeps/pthread}/tst-cancel28.c | 0 {nptl => sysdeps/pthread}/tst-cancel3.c | 0 {nptl => sysdeps/pthread}/tst-cancel6.c | 0 {nptl => sysdeps/pthread}/tst-cancel8.c | 0 {nptl => sysdeps/pthread}/tst-cancel9.c | 0 {nptl => sysdeps/pthread}/tst-cancelx1.c | 0 {nptl => sysdeps/pthread}/tst-cancelx10.c | 0 {nptl => sysdeps/pthread}/tst-cancelx11.c | 0 {nptl => sysdeps/pthread}/tst-cancelx12.c | 0 {nptl => sysdeps/pthread}/tst-cancelx14.c | 0 {nptl => sysdeps/pthread}/tst-cancelx15.c | 0 {nptl => sysdeps/pthread}/tst-cancelx18.c | 0 {nptl => sysdeps/pthread}/tst-cancelx2.c | 0 {nptl => sysdeps/pthread}/tst-cancelx21.c | 0 {nptl => sysdeps/pthread}/tst-cancelx3.c | 0 {nptl => sysdeps/pthread}/tst-cancelx6.c | 0 {nptl => sysdeps/pthread}/tst-cancelx8.c | 0 {nptl => sysdeps/pthread}/tst-cancelx9.c | 0 {nptl => sysdeps/pthread}/tst-cleanup0.c | 0 {nptl => sysdeps/pthread}/tst-cleanup0.expect | 0 {nptl => sysdeps/pthread}/tst-cleanup1.c | 0 {nptl => sysdeps/pthread}/tst-cleanup2.c | 0 {nptl => sysdeps/pthread}/tst-cleanup3.c | 0 {nptl => sysdeps/pthread}/tst-cleanupx0.c | 0 {nptl => sysdeps/pthread}/tst-cleanupx0.expect | 0 {nptl => sysdeps/pthread}/tst-cleanupx1.c | 0 {nptl => sysdeps/pthread}/tst-cleanupx2.c | 0 {nptl => sysdeps/pthread}/tst-cleanupx3.c | 0 {nptl => sysdeps/pthread}/tst-clock1.c | 0 {nptl => sysdeps/pthread}/tst-create-detached.c | 0 {nptl => sysdeps/pthread}/tst-detach1.c | 0 {nptl => sysdeps/pthread}/tst-eintr2.c | 0 {nptl => sysdeps/pthread}/tst-eintr3.c | 0 {nptl => sysdeps/pthread}/tst-eintr4.c | 0 {nptl => sysdeps/pthread}/tst-eintr5.c | 0 {nptl => sysdeps/pthread}/tst-exec1.c | 0 {nptl => sysdeps/pthread}/tst-exec2.c | 0 {nptl => sysdeps/pthread}/tst-exec3.c | 0 {nptl => sysdeps/pthread}/tst-exit1.c | 0 {nptl => sysdeps/pthread}/tst-exit2.c | 0 {nptl => sysdeps/pthread}/tst-exit3.c | 0 {nptl => sysdeps/pthread}/tst-fini1.c | 0 {nptl => sysdeps/pthread}/tst-fini1mod.c | 0 {nptl => sysdeps/pthread}/tst-flock1.c | 0 {nptl => sysdeps/pthread}/tst-flock2.c | 0 {nptl => sysdeps/pthread}/tst-fork1.c | 0 {nptl => sysdeps/pthread}/tst-fork2.c | 0 {nptl => sysdeps/pthread}/tst-fork3.c | 0 {nptl => sysdeps/pthread}/tst-fork4.c | 0 {nptl => sysdeps/pthread}/tst-getpid3.c | 0 {nptl => sysdeps/pthread}/tst-kill1.c | 0 {nptl => sysdeps/pthread}/tst-kill2.c | 0 {nptl => sysdeps/pthread}/tst-kill3.c | 0 {nptl => sysdeps/pthread}/tst-kill4.c | 0 {nptl => sysdeps/pthread}/tst-kill5.c | 0 {nptl => sysdeps/pthread}/tst-kill6.c | 0 {nptl => sysdeps/pthread}/tst-locale1.c | 0 {nptl => sysdeps/pthread}/tst-locale2.c | 0 {nptl => sysdeps/pthread}/tst-memstream.c | 0 nptl/tst-align.c => sysdeps/pthread/tst-pt-align.c | 0 .../pthread/tst-pt-align3.c | 0 .../pthread/tst-pt-popen1.c | 0 .../pthread/tst-pt-sysconf.c | 0 nptl/tst-tls1.c => sysdeps/pthread/tst-pt-tls1.c | 0 nptl/tst-tls2.c => sysdeps/pthread/tst-pt-tls2.c | 0 nptl/tst-tls4.c => sysdeps/pthread/tst-pt-tls4.c | 0 .../pthread/tst-pt-vfork1.c | 0 .../pthread/tst-pt-vfork2.c | 0 {nptl => sysdeps/pthread}/tst-raise1.c | 0 {nptl => sysdeps/pthread}/tst-sem5.c | 0 {nptl => sysdeps/pthread}/tst-setuid3.c | 0 {nptl => sysdeps/pthread}/tst-signal1.c | 0 {nptl => sysdeps/pthread}/tst-signal2.c | 0 {nptl => sysdeps/pthread}/tst-signal4.c | 0 {nptl => sysdeps/pthread}/tst-signal5.c | 0 {nptl => sysdeps/pthread}/tst-signal6.c | 0 {nptl => sysdeps/pthread}/tst-signal8.c | 0 {nptl => sysdeps/pthread}/tst-stack1.c | 5 +- {nptl => sysdeps/pthread}/tst-stdio1.c | 0 {nptl => sysdeps/pthread}/tst-stdio2.c | 0 {nptl => sysdeps/pthread}/tst-tls4moda.c | 0 {nptl => sysdeps/pthread}/tst-tls4modb.c | 0 {nptl => sysdeps/pthread}/tst-tsd1.c | 0 {nptl => sysdeps/pthread}/tst-tsd2.c | 0 {nptl => sysdeps/pthread}/tst-tsd5.c | 0 {nptl => sysdeps/pthread}/tst-tsd6.c | 0 {nptl => sysdeps/pthread}/tst-umask1.c | 0 {nptl => sysdeps/pthread}/tst-unload.c | 0 {nptl => sysdeps/pthread}/tst-unwind-thread.c | 0 {nptl => sysdeps/pthread}/tst-vfork1x.c | 0 {nptl => sysdeps/pthread}/tst-vfork2x.c | 0 sysdeps/unix/sysv/linux/syscall-names.list | 4 +- sysdeps/x86/cpu-features.c | 4 + sysdeps/x86/cpu-features.h | 8 +- sysdeps/x86_64/multiarch/strcmp-avx2.S | 19 +- sysdeps/x86_64/multiarch/strrchr-avx2.S | 2 +- 196 files changed, 1311 insertions(+), 991 deletions(-) copy htl/{libpthread.a => libpthread_syms.a} (94%) rename {sysdeps/pthread => nptl}/tst-cond22.c (100%) rename {sysdeps/pthread => nptl}/tst-cond26.c (100%) delete mode 100644 sysdeps/aarch64/multiarch/memmove_falkor.S create mode 100644 sysdeps/htl/stdio-lock.h create mode 100644 sysdeps/i386/htl/Makefile create mode 100644 sysdeps/i386/htl/tcb-offsets.sym create mode 100644 sysdeps/mach/hurd/i386/__longjmp.S copy sysdeps/mach/hurd/{pread64.c => pread64_nocancel.c} (84%) copy sysdeps/mach/hurd/{pwrite64.c => pwrite64_nocancel.c} (84%) copy sysdeps/mach/hurd/{read.c => read_nocancel.c} (84%) copy sysdeps/mach/hurd/{write.c => write_nocancel.c} (82%) copy nptl/tst-cancel-self-cleanup.c => sysdeps/mach/hurd/writev_nocancel_nostatus.c (70%) create mode 100644 sysdeps/posix/writev_nocancel.c delete mode 100644 sysdeps/powerpc/powerpc64/le/power9/fpu/e_sqrtf128.c create mode 100644 sysdeps/powerpc/preconfigure.ac rename {nptl => sysdeps/pthread}/eintr.c (100%) rename {nptl => sysdeps/pthread}/tst-_res1.c (100%) rename {nptl => sysdeps/pthread}/tst-_res1mod1.c (100%) rename {nptl => sysdeps/pthread}/tst-_res1mod2.c (100%) rename {nptl => sysdeps/pthread}/tst-atfork1.c (100%) rename {nptl => sysdeps/pthread}/tst-atfork2.c (100%) rename {nptl => sysdeps/pthread}/tst-atfork2mod.c (100%) rename {nptl => sysdeps/pthread}/tst-backtrace1.c (100%) rename {nptl => sysdeps/pthread}/tst-bad-schedattr.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel-self-cancelstate.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel-self-canceltype.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel-self-cleanup.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel-self-testcancel.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel-self.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel1.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel10.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel11.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel12.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel14.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel15.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel18.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel19.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel2.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel21-static.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel21.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel22.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel23.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel26.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel27.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel28.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel3.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel6.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel8.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel9.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx1.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx10.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx11.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx12.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx14.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx15.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx18.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx2.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx21.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx3.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx6.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx8.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx9.c (100%) rename {nptl => sysdeps/pthread}/tst-cleanup0.c (100%) rename {nptl => sysdeps/pthread}/tst-cleanup0.expect (100%) rename {nptl => sysdeps/pthread}/tst-cleanup1.c (100%) rename {nptl => sysdeps/pthread}/tst-cleanup2.c (100%) rename {nptl => sysdeps/pthread}/tst-cleanup3.c (100%) rename {nptl => sysdeps/pthread}/tst-cleanupx0.c (100%) rename {nptl => sysdeps/pthread}/tst-cleanupx0.expect (100%) rename {nptl => sysdeps/pthread}/tst-cleanupx1.c (100%) rename {nptl => sysdeps/pthread}/tst-cleanupx2.c (100%) rename {nptl => sysdeps/pthread}/tst-cleanupx3.c (100%) rename {nptl => sysdeps/pthread}/tst-clock1.c (100%) rename {nptl => sysdeps/pthread}/tst-create-detached.c (100%) rename {nptl => sysdeps/pthread}/tst-detach1.c (100%) rename {nptl => sysdeps/pthread}/tst-eintr2.c (100%) rename {nptl => sysdeps/pthread}/tst-eintr3.c (100%) rename {nptl => sysdeps/pthread}/tst-eintr4.c (100%) rename {nptl => sysdeps/pthread}/tst-eintr5.c (100%) rename {nptl => sysdeps/pthread}/tst-exec1.c (100%) rename {nptl => sysdeps/pthread}/tst-exec2.c (100%) rename {nptl => sysdeps/pthread}/tst-exec3.c (100%) rename {nptl => sysdeps/pthread}/tst-exit1.c (100%) rename {nptl => sysdeps/pthread}/tst-exit2.c (100%) rename {nptl => sysdeps/pthread}/tst-exit3.c (100%) rename {nptl => sysdeps/pthread}/tst-fini1.c (100%) rename {nptl => sysdeps/pthread}/tst-fini1mod.c (100%) rename {nptl => sysdeps/pthread}/tst-flock1.c (100%) rename {nptl => sysdeps/pthread}/tst-flock2.c (100%) rename {nptl => sysdeps/pthread}/tst-fork1.c (100%) rename {nptl => sysdeps/pthread}/tst-fork2.c (100%) rename {nptl => sysdeps/pthread}/tst-fork3.c (100%) rename {nptl => sysdeps/pthread}/tst-fork4.c (100%) rename {nptl => sysdeps/pthread}/tst-getpid3.c (100%) rename {nptl => sysdeps/pthread}/tst-kill1.c (100%) rename {nptl => sysdeps/pthread}/tst-kill2.c (100%) rename {nptl => sysdeps/pthread}/tst-kill3.c (100%) rename {nptl => sysdeps/pthread}/tst-kill4.c (100%) rename {nptl => sysdeps/pthread}/tst-kill5.c (100%) rename {nptl => sysdeps/pthread}/tst-kill6.c (100%) rename {nptl => sysdeps/pthread}/tst-locale1.c (100%) rename {nptl => sysdeps/pthread}/tst-locale2.c (100%) rename {nptl => sysdeps/pthread}/tst-memstream.c (100%) rename nptl/tst-align.c => sysdeps/pthread/tst-pt-align.c (100%) rename nptl/tst-align3.c => sysdeps/pthread/tst-pt-align3.c (100%) rename nptl/tst-popen1.c => sysdeps/pthread/tst-pt-popen1.c (100%) rename nptl/tst-sysconf.c => sysdeps/pthread/tst-pt-sysconf.c (100%) rename nptl/tst-tls1.c => sysdeps/pthread/tst-pt-tls1.c (100%) rename nptl/tst-tls2.c => sysdeps/pthread/tst-pt-tls2.c (100%) rename nptl/tst-tls4.c => sysdeps/pthread/tst-pt-tls4.c (100%) rename nptl/tst-vfork1.c => sysdeps/pthread/tst-pt-vfork1.c (100%) rename nptl/tst-vfork2.c => sysdeps/pthread/tst-pt-vfork2.c (100%) rename {nptl => sysdeps/pthread}/tst-raise1.c (100%) rename {nptl => sysdeps/pthread}/tst-sem5.c (100%) rename {nptl => sysdeps/pthread}/tst-setuid3.c (100%) rename {nptl => sysdeps/pthread}/tst-signal1.c (100%) rename {nptl => sysdeps/pthread}/tst-signal2.c (100%) rename {nptl => sysdeps/pthread}/tst-signal4.c (100%) rename {nptl => sysdeps/pthread}/tst-signal5.c (100%) rename {nptl => sysdeps/pthread}/tst-signal6.c (100%) rename {nptl => sysdeps/pthread}/tst-signal8.c (100%) rename {nptl => sysdeps/pthread}/tst-stack1.c (96%) rename {nptl => sysdeps/pthread}/tst-stdio1.c (100%) rename {nptl => sysdeps/pthread}/tst-stdio2.c (100%) rename {nptl => sysdeps/pthread}/tst-tls4moda.c (100%) rename {nptl => sysdeps/pthread}/tst-tls4modb.c (100%) rename {nptl => sysdeps/pthread}/tst-tsd1.c (100%) rename {nptl => sysdeps/pthread}/tst-tsd2.c (100%) rename {nptl => sysdeps/pthread}/tst-tsd5.c (100%) rename {nptl => sysdeps/pthread}/tst-tsd6.c (100%) rename {nptl => sysdeps/pthread}/tst-umask1.c (100%) rename {nptl => sysdeps/pthread}/tst-unload.c (100%) rename {nptl => sysdeps/pthread}/tst-unwind-thread.c (100%) rename {nptl => sysdeps/pthread}/tst-vfork1x.c (100%) rename {nptl => sysdeps/pthread}/tst-vfork2x.c (100%)