This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from d4e209d355 resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.c adds a99155555c htl: Remove unused files adds cc79354ecc htl: Remove duplicate files adds 173ec37bb2 support: Add the xlstat function adds f6233ab412 Linux: Add io/tst-o_path-locks test adds 0093df204a htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATE adds e775f443bd htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_i [...] adds 95669bbf2c htl: Add missing internal functions declarations adds 0c0361235c htl: Add support for C11 threads behavior adds f827f0e473 htl: Make __PTHREAD_ONCE_INIT more flexible adds e5ad057068 nptl: Move nptl-specific types to separate header adds fc7283264d C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONS adds c9abd9b4f3 C11 threads: Fix thrd_t / pthread_t compatibility assertion adds f1cea28137 C11 threads: make thrd_join more portable adds 6cefe985b8 htl: Add C11 threads types definitions adds b05de10400 C11 threads: Move implementation to sysdeps/pthread adds 3430ed09d3 x86: Remove <bits/select.h> and use the generic version adds 19a64d9f6e htl: Fix calling pthread_exit in the child of a fork adds cca76b6db2 pthread: Move basic tests from nptl to sysdeps/pthread adds 865bf71109 htl: Do not put spin_lock inlines in public headers adds e622ce98c5 htl: Avoid check-installed-headers looking at inlines adds 900778283a htl: make pthread_spin_lock really spin adds 71d52ac4d6 pthread: Move spin tests from nptl to sysdeps/pthread adds 74159dc58a pthread: Move most mutex tests from nptl to sysdeps/pthread adds 34f168fb82 htl: Fix default guard size adds 44a41fc253 pthread: Move some attr tests from nptl to sysdeps/pthread adds 6db1094f7a htl: Move __register_atfork from forward to own file adds db12905d1d htl: Fix linking static testcases adds cd94860c56 htl: Report missing mutex lock on pthread_cond_*wait adds faae4b2bdd htl: make pthread_cond_destroy return EBUSY on waiters adds d8f1f2d9ab pthread: Move most cond tests from nptl to sysdeps/pthread adds 52b6cdb4e3 htl: support cancellation during pthread_once adds 28c30a6232 pthread: Move most once tests from nptl to sysdeps/pthread adds d5ec049d44 pthread: Move some rwlock tests from nptl to sysdeps/pthread adds 782ee4e256 htl: XFAIL rwlock tests which need pshared support adds f1cd3407e4 htl: clean __pthread_get_cleanup_stack hidden proto adds 59b7fe99f2 htl: Add support for libc cancellation points adds 7e7182256a hurd: Make nanosleep a cancellation point adds 819bb5e660 pthread: Move key tests from nptl to sysdeps/pthread adds 5e77ec7c6e htl: Add support for semaphore maximum value adds 1cec114b17 htl: Make sem_open return ENOSYS adds e9644c20ce htl: Make sem_wait/sem_timedwait interruptible adds 8a195ec810 pthread: Move most sem tests from nptl to sysdeps/pthread adds f3a7ff069f htl: Fix barrier_wait with one thread adds 6acd77229a pthread: Move most barrier tests from nptl to sysdeps/pthread adds 1905cf47bc htl: Make joining self return EDEADLK adds c0463e8b79 pthread: Move some join tests from nptl to sysdeps/pthread adds 1433e270a1 htl: Avoid a local plt for pthread_self new 4970c9e0b5 nptl: add missing pthread-offsets.h new 6d0d2eb1e7 nptl: update default pthread-offsets.h new 511c91b114 Improve random memcpy benchmark
The 3 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: benchtests/bench-memcpy-random.c | 86 ++++++--- htl/Makefile | 10 +- htl/Versions | 29 ++- sysdeps/htl/pt-mutex-lock.c => htl/cancellation.c | 37 ++-- htl/forward.c | 138 --------------- htl/pt-cleanup.c | 4 +- htl/pt-create.c | 20 ++- htl/pt-exit.c | 2 +- htl/pt-initialize.c | 4 +- htl/pt-internal.h | 19 +- htl/pt-join.c | 5 +- htl/pt-testcancel.c | 3 +- htl/register-atfork.c | 157 ++++++++++++++++ nptl/Makefile | 64 ++----- nptl/tst-join10.c | 2 +- nptl/tst-join11.c | 2 +- nptl/tst-join12.c | 2 +- nptl/tst-join13.c | 2 +- nptl/tst-join8.c | 2 +- nptl/tst-join9.c | 2 +- support/Makefile | 1 + .../bits/thread-shared-types.h => support/xlstat.c | 16 +- support/xunistd.h | 1 + sysdeps/aarch64/nptl/pthread-offsets.h | 3 + sysdeps/alpha/nptl/pthread-offsets.h | 3 + sysdeps/htl/bits/thread-shared-types.h | 13 ++ .../htl/bits/types/struct___pthread_mutexattr.h | 4 - sysdeps/htl/bits/types/struct___pthread_once.h | 2 +- sysdeps/htl/include/pthread.h | 38 ++++ sysdeps/htl/pt-attr.c | 2 +- sysdeps/htl/pt-barrier-wait.c | 4 +- sysdeps/htl/pt-cond-destroy.c | 9 +- sysdeps/htl/pt-cond-timedwait.c | 4 + sysdeps/htl/pt-key.h | 2 +- sysdeps/htl/pt-kill.c | 33 ---- sysdeps/htl/pt-mutex-getprioceiling.c | 28 --- sysdeps/htl/pt-mutex-init.c | 50 ------ sysdeps/htl/pt-mutex-setprioceiling.c | 28 --- sysdeps/htl/pt-mutex-timedlock.c | 197 --------------------- sysdeps/htl/pt-mutex-transfer-np.c | 66 ------- sysdeps/htl/pt-mutex-trylock.c | 111 ------------ sysdeps/htl/pt-mutex-unlock.c | 107 ----------- sysdeps/htl/pt-mutexattr-destroy.c | 27 --- sysdeps/htl/pt-mutexattr-getprioceiling.c | 29 --- sysdeps/htl/pt-mutexattr-getprotocol.c | 27 --- sysdeps/htl/pt-mutexattr-getpshared.c | 27 --- sysdeps/htl/pt-mutexattr-gettype.c | 27 --- sysdeps/htl/pt-mutexattr-init.c | 30 ---- sysdeps/htl/pt-mutexattr-setprioceiling.c | 28 --- sysdeps/htl/pt-mutexattr-setprotocol.c | 40 ----- sysdeps/htl/pt-mutexattr-setpshared.c | 38 ---- sysdeps/htl/pt-mutexattr-settype.c | 37 ---- sysdeps/htl/pt-mutexattr.c | 41 ----- sysdeps/htl/pt-once.c | 10 ++ sysdeps/htl/pt-spin.c | 50 ------ sysdeps/htl/pthread.h | 38 +--- sysdeps/htl/pthreadP.h | 26 ++- sysdeps/htl/sem-open.c | 2 +- sysdeps/htl/sem-post.c | 7 + sysdeps/htl/sem-timedwait.c | 10 +- nptl/thrd_detach.c => sysdeps/htl/thrd_current.c | 17 +- sysdeps/htl/threads.h | 1 - sysdeps/hurd/stdc-predef.h | 63 ------- sysdeps/ia64/nptl/pthread-offsets.h | 3 + sysdeps/mach/clock_nanosleep.c | 5 + sysdeps/mach/htl/bits/spin-lock-inline.h | 2 +- sysdeps/mach/htl/pt-block-intr.c | 6 + sysdeps/mach/htl/pt-block.c | 19 +- sysdeps/mach/htl/pt-timedblock-intr.c | 3 + sysdeps/mach/htl/pt-timedblock.c | 8 +- nptl/tss_delete.c => sysdeps/mach/htl/thrd_yield.c | 9 +- sysdeps/mach/hurd/bits/local_lim.h | 3 + sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c | 28 --- sysdeps/mach/hurd/htl/pt-attr-setstacksize.c | 28 --- .../hurd/htl/pt-mutex-checklocked.c} | 41 +++-- sysdeps/mach/hurd/htl/pt-mutex-destroy.c | 5 +- sysdeps/mach/hurd/htl/pt-mutex-init.c | 6 +- sysdeps/mach/hurd/htl/pt-mutex-timedlock.c | 1 + sysdeps/mach/hurd/htl/pt-mutexattr.c | 1 - sysdeps/mach/hurd/htl/pt-sysdep.c | 13 ++ sysdeps/mach/hurd/i386/Makefile | 28 +++ sysdeps/mach/hurd/i386/libc.abilist | 4 + sysdeps/mach/hurd/i386/libpthread.abilist | 28 ++- sysdeps/mach/hurd/sysdep-cancel.h | 20 ++- sysdeps/nptl/bits/thread-shared-types.h | 10 ++ sysdeps/nptl/pthread-offsets.h | 22 +-- sysdeps/nptl/thrd_create.c | 2 + sysdeps/pthread/Makefile | 54 ++++++ {nptl => sysdeps/pthread}/call_once.c | 2 +- {nptl => sysdeps/pthread}/cnd_broadcast.c | 0 {nptl => sysdeps/pthread}/cnd_destroy.c | 0 {nptl => sysdeps/pthread}/cnd_init.c | 0 {nptl => sysdeps/pthread}/cnd_signal.c | 0 {nptl => sysdeps/pthread}/cnd_timedwait.c | 0 {nptl => sysdeps/pthread}/cnd_wait.c | 0 {nptl => sysdeps/pthread}/mtx_destroy.c | 0 {nptl => sysdeps/pthread}/mtx_init.c | 0 {nptl => sysdeps/pthread}/mtx_lock.c | 0 {nptl => sysdeps/pthread}/mtx_timedlock.c | 0 {nptl => sysdeps/pthread}/mtx_trylock.c | 0 {nptl => sysdeps/pthread}/mtx_unlock.c | 0 {nptl => sysdeps/pthread}/thrd_create.c | 8 +- {nptl => sysdeps/pthread}/thrd_detach.c | 0 {nptl => sysdeps/pthread}/thrd_equal.c | 0 {nptl => sysdeps/pthread}/thrd_exit.c | 0 {nptl => sysdeps/pthread}/thrd_join.c | 2 +- {nptl => sysdeps/pthread}/thrd_priv.h | 0 {nptl => sysdeps/pthread}/thrd_sleep.c | 0 sysdeps/{nptl => pthread}/threads.h | 13 +- {nptl => sysdeps/pthread}/tss_create.c | 2 + {nptl => sysdeps/pthread}/tss_delete.c | 0 {nptl => sysdeps/pthread}/tss_get.c | 0 {nptl => sysdeps/pthread}/tss_set.c | 0 {nptl => sysdeps/pthread}/tst-attr1.c | 0 {nptl => sysdeps/pthread}/tst-barrier1.c | 0 {nptl => sysdeps/pthread}/tst-barrier2.c | 0 {nptl => sysdeps/pthread}/tst-barrier3.c | 0 {nptl => sysdeps/pthread}/tst-barrier4.c | 0 {nptl => sysdeps/pthread}/tst-basic1.c | 0 {nptl => sysdeps/pthread}/tst-basic2.c | 0 {nptl => sysdeps/pthread}/tst-basic3.c | 0 {nptl => sysdeps/pthread}/tst-basic4.c | 0 {nptl => sysdeps/pthread}/tst-basic5.c | 0 {nptl => sysdeps/pthread}/tst-basic6.c | 0 {nptl => sysdeps/pthread}/tst-basic7.c | 4 + {nptl => sysdeps/pthread}/tst-call-once.c | 0 {nptl => sysdeps/pthread}/tst-cnd-basic.c | 0 {nptl => sysdeps/pthread}/tst-cnd-broadcast.c | 0 {nptl => sysdeps/pthread}/tst-cnd-timedwait.c | 0 {nptl => sysdeps/pthread}/tst-cond-except.c | 0 {nptl => sysdeps/pthread}/tst-cond1.c | 0 {nptl => sysdeps/pthread}/tst-cond10.c | 0 {nptl => sysdeps/pthread}/tst-cond11-static.c | 0 {nptl => sysdeps/pthread}/tst-cond11.c | 0 {nptl => sysdeps/pthread}/tst-cond12.c | 0 {nptl => sysdeps/pthread}/tst-cond13.c | 0 {nptl => sysdeps/pthread}/tst-cond14.c | 0 {nptl => sysdeps/pthread}/tst-cond15.c | 0 {nptl => sysdeps/pthread}/tst-cond16.c | 2 + {nptl => sysdeps/pthread}/tst-cond17.c | 0 {nptl => sysdeps/pthread}/tst-cond18.c | 2 + {nptl => sysdeps/pthread}/tst-cond19.c | 0 {nptl => sysdeps/pthread}/tst-cond2.c | 0 {nptl => sysdeps/pthread}/tst-cond22.c | 0 {nptl => sysdeps/pthread}/tst-cond23.c | 0 {nptl => sysdeps/pthread}/tst-cond24.c | 0 {nptl => sysdeps/pthread}/tst-cond25.c | 0 {nptl => sysdeps/pthread}/tst-cond26.c | 0 {nptl => sysdeps/pthread}/tst-cond27.c | 0 {nptl => sysdeps/pthread}/tst-cond3.c | 0 {nptl => sysdeps/pthread}/tst-cond4.c | 0 {nptl => sysdeps/pthread}/tst-cond5.c | 0 {nptl => sysdeps/pthread}/tst-cond6.c | 0 {nptl => sysdeps/pthread}/tst-cond7.c | 0 {nptl => sysdeps/pthread}/tst-cond8-static.c | 0 {nptl => sysdeps/pthread}/tst-cond8.c | 0 {nptl => sysdeps/pthread}/tst-cond9.c | 0 {nptl => sysdeps/pthread}/tst-join1.c | 0 {nptl => sysdeps/pthread}/tst-join4.c | 0 {nptl => sysdeps/pthread}/tst-join5.c | 0 {nptl => sysdeps/pthread}/tst-join6.c | 0 {nptl => sysdeps/pthread}/tst-join7.c | 0 {nptl => sysdeps/pthread}/tst-join7mod.c | 0 {nptl => sysdeps/pthread}/tst-key1.c | 0 {nptl => sysdeps/pthread}/tst-key2.c | 0 {nptl => sysdeps/pthread}/tst-key3.c | 0 {nptl => sysdeps/pthread}/tst-key4.c | 0 {nptl => sysdeps/pthread}/tst-mtx-basic.c | 0 {nptl => sysdeps/pthread}/tst-mtx-recursive.c | 0 {nptl => sysdeps/pthread}/tst-mtx-timedlock.c | 0 {nptl => sysdeps/pthread}/tst-mtx-trylock.c | 0 {nptl => sysdeps/pthread}/tst-mutex1.c | 0 {nptl => sysdeps/pthread}/tst-mutex10.c | 0 {nptl => sysdeps/pthread}/tst-mutex2.c | 0 {nptl => sysdeps/pthread}/tst-mutex3.c | 0 {nptl => sysdeps/pthread}/tst-mutex4.c | 0 {nptl => sysdeps/pthread}/tst-mutex6.c | 0 {nptl => sysdeps/pthread}/tst-mutex8.c | 0 {nptl => sysdeps/pthread}/tst-once1.c | 0 {nptl => sysdeps/pthread}/tst-once2.c | 0 {nptl => sysdeps/pthread}/tst-once3.c | 0 {nptl => sysdeps/pthread}/tst-once4.c | 0 {nptl => sysdeps/pthread}/tst-oncex3.c | 0 {nptl => sysdeps/pthread}/tst-oncex4.c | 0 .../pthread}/tst-rwlock-tryrdlock-stall.c | 0 .../pthread}/tst-rwlock-trywrlock-stall.c | 0 {nptl => sysdeps/pthread}/tst-rwlock1.c | 0 {nptl => sysdeps/pthread}/tst-rwlock13.c | 0 {nptl => sysdeps/pthread}/tst-rwlock16.c | 0 {nptl => sysdeps/pthread}/tst-rwlock4.c | 0 {nptl => sysdeps/pthread}/tst-rwlock5.c | 0 {nptl => sysdeps/pthread}/tst-sem1.c | 0 {nptl => sysdeps/pthread}/tst-sem10.c | 0 {nptl => sysdeps/pthread}/tst-sem14.c | 0 {nptl => sysdeps/pthread}/tst-sem15.c | 0 {nptl => sysdeps/pthread}/tst-sem16.c | 0 {nptl => sysdeps/pthread}/tst-sem2.c | 0 {nptl => sysdeps/pthread}/tst-sem3.c | 0 {nptl => sysdeps/pthread}/tst-sem4.c | 0 {nptl => sysdeps/pthread}/tst-sem6.c | 0 {nptl => sysdeps/pthread}/tst-sem7.c | 0 {nptl => sysdeps/pthread}/tst-sem8.c | 0 {nptl => sysdeps/pthread}/tst-sem9.c | 0 {nptl => sysdeps/pthread}/tst-spin1.c | 0 {nptl => sysdeps/pthread}/tst-spin2.c | 0 {nptl => sysdeps/pthread}/tst-spin3.c | 0 {nptl => sysdeps/pthread}/tst-spin4.c | 0 {nptl => sysdeps/pthread}/tst-thrd-detach.c | 0 {nptl => sysdeps/pthread}/tst-thrd-sleep.c | 0 {nptl => sysdeps/pthread}/tst-tss-basic.c | 0 sysdeps/riscv/nptl/pthread-offsets.h | 3 + sysdeps/sparc/nptl/pthread-offsets.h | 13 ++ sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/tst-o_path-locks.c | 100 +++++++++++ sysdeps/x86/bits/select.h | 63 ------- 215 files changed, 855 insertions(+), 1597 deletions(-) rename sysdeps/htl/pt-mutex-lock.c => htl/cancellation.c (56%) create mode 100644 htl/register-atfork.c copy sysdeps/htl/bits/thread-shared-types.h => support/xlstat.c (75%) create mode 100644 sysdeps/aarch64/nptl/pthread-offsets.h create mode 100644 sysdeps/alpha/nptl/pthread-offsets.h create mode 100644 sysdeps/htl/include/pthread.h delete mode 100644 sysdeps/htl/pt-kill.c delete mode 100644 sysdeps/htl/pt-mutex-getprioceiling.c delete mode 100644 sysdeps/htl/pt-mutex-init.c delete mode 100644 sysdeps/htl/pt-mutex-setprioceiling.c delete mode 100644 sysdeps/htl/pt-mutex-timedlock.c delete mode 100644 sysdeps/htl/pt-mutex-transfer-np.c delete mode 100644 sysdeps/htl/pt-mutex-trylock.c delete mode 100644 sysdeps/htl/pt-mutex-unlock.c delete mode 100644 sysdeps/htl/pt-mutexattr-destroy.c delete mode 100644 sysdeps/htl/pt-mutexattr-getprioceiling.c delete mode 100644 sysdeps/htl/pt-mutexattr-getprotocol.c delete mode 100644 sysdeps/htl/pt-mutexattr-getpshared.c delete mode 100644 sysdeps/htl/pt-mutexattr-gettype.c delete mode 100644 sysdeps/htl/pt-mutexattr-init.c delete mode 100644 sysdeps/htl/pt-mutexattr-setprioceiling.c delete mode 100644 sysdeps/htl/pt-mutexattr-setprotocol.c delete mode 100644 sysdeps/htl/pt-mutexattr-setpshared.c delete mode 100644 sysdeps/htl/pt-mutexattr-settype.c delete mode 100644 sysdeps/htl/pt-mutexattr.c delete mode 100644 sysdeps/htl/pt-spin.c copy nptl/thrd_detach.c => sysdeps/htl/thrd_current.c (73%) delete mode 100644 sysdeps/htl/threads.h delete mode 100644 sysdeps/hurd/stdc-predef.h create mode 100644 sysdeps/ia64/nptl/pthread-offsets.h create mode 100644 sysdeps/mach/htl/pt-block-intr.c create mode 100644 sysdeps/mach/htl/pt-timedblock-intr.c copy nptl/tss_delete.c => sysdeps/mach/htl/thrd_yield.c (81%) delete mode 100644 sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c delete mode 100644 sysdeps/mach/hurd/htl/pt-attr-setstacksize.c rename sysdeps/{htl/pt-mutex-destroy.c => mach/hurd/htl/pt-mutex-checklocked.c} (56%) delete mode 100644 sysdeps/mach/hurd/htl/pt-mutexattr.c create mode 100644 sysdeps/nptl/thrd_create.c rename {nptl => sysdeps/pthread}/call_once.c (95%) rename {nptl => sysdeps/pthread}/cnd_broadcast.c (100%) rename {nptl => sysdeps/pthread}/cnd_destroy.c (100%) rename {nptl => sysdeps/pthread}/cnd_init.c (100%) rename {nptl => sysdeps/pthread}/cnd_signal.c (100%) rename {nptl => sysdeps/pthread}/cnd_timedwait.c (100%) rename {nptl => sysdeps/pthread}/cnd_wait.c (100%) rename {nptl => sysdeps/pthread}/mtx_destroy.c (100%) rename {nptl => sysdeps/pthread}/mtx_init.c (100%) rename {nptl => sysdeps/pthread}/mtx_lock.c (100%) rename {nptl => sysdeps/pthread}/mtx_timedlock.c (100%) rename {nptl => sysdeps/pthread}/mtx_trylock.c (100%) rename {nptl => sysdeps/pthread}/mtx_unlock.c (100%) rename {nptl => sysdeps/pthread}/thrd_create.c (82%) rename {nptl => sysdeps/pthread}/thrd_detach.c (100%) rename {nptl => sysdeps/pthread}/thrd_equal.c (100%) rename {nptl => sysdeps/pthread}/thrd_exit.c (100%) rename {nptl => sysdeps/pthread}/thrd_join.c (92%) rename {nptl => sysdeps/pthread}/thrd_priv.h (100%) rename {nptl => sysdeps/pthread}/thrd_sleep.c (100%) rename sysdeps/{nptl => pthread}/threads.h (97%) rename {nptl => sysdeps/pthread}/tss_create.c (96%) rename {nptl => sysdeps/pthread}/tss_delete.c (100%) rename {nptl => sysdeps/pthread}/tss_get.c (100%) rename {nptl => sysdeps/pthread}/tss_set.c (100%) rename {nptl => sysdeps/pthread}/tst-attr1.c (100%) rename {nptl => sysdeps/pthread}/tst-barrier1.c (100%) rename {nptl => sysdeps/pthread}/tst-barrier2.c (100%) rename {nptl => sysdeps/pthread}/tst-barrier3.c (100%) rename {nptl => sysdeps/pthread}/tst-barrier4.c (100%) rename {nptl => sysdeps/pthread}/tst-basic1.c (100%) rename {nptl => sysdeps/pthread}/tst-basic2.c (100%) rename {nptl => sysdeps/pthread}/tst-basic3.c (100%) rename {nptl => sysdeps/pthread}/tst-basic4.c (100%) rename {nptl => sysdeps/pthread}/tst-basic5.c (100%) rename {nptl => sysdeps/pthread}/tst-basic6.c (100%) rename {nptl => sysdeps/pthread}/tst-basic7.c (94%) rename {nptl => sysdeps/pthread}/tst-call-once.c (100%) rename {nptl => sysdeps/pthread}/tst-cnd-basic.c (100%) rename {nptl => sysdeps/pthread}/tst-cnd-broadcast.c (100%) rename {nptl => sysdeps/pthread}/tst-cnd-timedwait.c (100%) rename {nptl => sysdeps/pthread}/tst-cond-except.c (100%) rename {nptl => sysdeps/pthread}/tst-cond1.c (100%) rename {nptl => sysdeps/pthread}/tst-cond10.c (100%) rename {nptl => sysdeps/pthread}/tst-cond11-static.c (100%) rename {nptl => sysdeps/pthread}/tst-cond11.c (100%) rename {nptl => sysdeps/pthread}/tst-cond12.c (100%) rename {nptl => sysdeps/pthread}/tst-cond13.c (100%) rename {nptl => sysdeps/pthread}/tst-cond14.c (100%) rename {nptl => sysdeps/pthread}/tst-cond15.c (100%) rename {nptl => sysdeps/pthread}/tst-cond16.c (98%) rename {nptl => sysdeps/pthread}/tst-cond17.c (100%) rename {nptl => sysdeps/pthread}/tst-cond18.c (98%) rename {nptl => sysdeps/pthread}/tst-cond19.c (100%) rename {nptl => sysdeps/pthread}/tst-cond2.c (100%) rename {nptl => sysdeps/pthread}/tst-cond22.c (100%) rename {nptl => sysdeps/pthread}/tst-cond23.c (100%) rename {nptl => sysdeps/pthread}/tst-cond24.c (100%) rename {nptl => sysdeps/pthread}/tst-cond25.c (100%) rename {nptl => sysdeps/pthread}/tst-cond26.c (100%) rename {nptl => sysdeps/pthread}/tst-cond27.c (100%) rename {nptl => sysdeps/pthread}/tst-cond3.c (100%) rename {nptl => sysdeps/pthread}/tst-cond4.c (100%) rename {nptl => sysdeps/pthread}/tst-cond5.c (100%) rename {nptl => sysdeps/pthread}/tst-cond6.c (100%) rename {nptl => sysdeps/pthread}/tst-cond7.c (100%) rename {nptl => sysdeps/pthread}/tst-cond8-static.c (100%) rename {nptl => sysdeps/pthread}/tst-cond8.c (100%) rename {nptl => sysdeps/pthread}/tst-cond9.c (100%) rename {nptl => sysdeps/pthread}/tst-join1.c (100%) rename {nptl => sysdeps/pthread}/tst-join4.c (100%) rename {nptl => sysdeps/pthread}/tst-join5.c (100%) rename {nptl => sysdeps/pthread}/tst-join6.c (100%) rename {nptl => sysdeps/pthread}/tst-join7.c (100%) rename {nptl => sysdeps/pthread}/tst-join7mod.c (100%) rename {nptl => sysdeps/pthread}/tst-key1.c (100%) rename {nptl => sysdeps/pthread}/tst-key2.c (100%) rename {nptl => sysdeps/pthread}/tst-key3.c (100%) rename {nptl => sysdeps/pthread}/tst-key4.c (100%) rename {nptl => sysdeps/pthread}/tst-mtx-basic.c (100%) rename {nptl => sysdeps/pthread}/tst-mtx-recursive.c (100%) rename {nptl => sysdeps/pthread}/tst-mtx-timedlock.c (100%) rename {nptl => sysdeps/pthread}/tst-mtx-trylock.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex1.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex10.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex2.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex3.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex4.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex6.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex8.c (100%) rename {nptl => sysdeps/pthread}/tst-once1.c (100%) rename {nptl => sysdeps/pthread}/tst-once2.c (100%) rename {nptl => sysdeps/pthread}/tst-once3.c (100%) rename {nptl => sysdeps/pthread}/tst-once4.c (100%) rename {nptl => sysdeps/pthread}/tst-oncex3.c (100%) rename {nptl => sysdeps/pthread}/tst-oncex4.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock-tryrdlock-stall.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock-trywrlock-stall.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock1.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock13.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock16.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock4.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock5.c (100%) rename {nptl => sysdeps/pthread}/tst-sem1.c (100%) rename {nptl => sysdeps/pthread}/tst-sem10.c (100%) rename {nptl => sysdeps/pthread}/tst-sem14.c (100%) rename {nptl => sysdeps/pthread}/tst-sem15.c (100%) rename {nptl => sysdeps/pthread}/tst-sem16.c (100%) rename {nptl => sysdeps/pthread}/tst-sem2.c (100%) rename {nptl => sysdeps/pthread}/tst-sem3.c (100%) rename {nptl => sysdeps/pthread}/tst-sem4.c (100%) rename {nptl => sysdeps/pthread}/tst-sem6.c (100%) rename {nptl => sysdeps/pthread}/tst-sem7.c (100%) rename {nptl => sysdeps/pthread}/tst-sem8.c (100%) rename {nptl => sysdeps/pthread}/tst-sem9.c (100%) rename {nptl => sysdeps/pthread}/tst-spin1.c (100%) rename {nptl => sysdeps/pthread}/tst-spin2.c (100%) rename {nptl => sysdeps/pthread}/tst-spin3.c (100%) rename {nptl => sysdeps/pthread}/tst-spin4.c (100%) rename {nptl => sysdeps/pthread}/tst-thrd-detach.c (100%) rename {nptl => sysdeps/pthread}/tst-thrd-sleep.c (100%) rename {nptl => sysdeps/pthread}/tst-tss-basic.c (100%) create mode 100644 sysdeps/riscv/nptl/pthread-offsets.h create mode 100644 sysdeps/sparc/nptl/pthread-offsets.h create mode 100644 sysdeps/unix/sysv/linux/tst-o_path-locks.c delete mode 100644 sysdeps/x86/bits/select.h