This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7fc8c286e3 locale: Greek -> ASCII transliteration table [BZ #12031] new 71d260c107 nptl: Cleanup mutex internal offset tests new 48dbce60cf nptl: Add tests for internal pthread_rwlock_t offsets new 0377a7fde6 nptl: Remove rwlock elision definitions new 1c3f9acf1f nptl: Add struct_mutex.h new 7df8af43ad nptl: Add struct_rwlock.h new 94a62cc55a nptl: Add default pthreadtypes-arch.h new 7ddac7f265 nptl: Add default pthread-offsets.h new cc0e0b097c hppa: Remove unrequired nptl headers
The 8 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: nptl/Makefile | 3 +- nptl/pthreadP.h | 3 + nptl/pthread_mutex_init.c | 13 +- nptl/pthread_rwlock_init.c | 8 + sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h | 24 - sysdeps/aarch64/nptl/bits/struct_rwlock.h | 41 + sysdeps/aarch64/nptl/pthread-offsets.h | 5 - .../bits/{pthreadtypes-arch.h => struct_rwlock.h} | 40 +- sysdeps/alpha/nptl/pthread-offsets.h | 5 - sysdeps/arm/nptl/pthread-offsets.h | 5 - sysdeps/csky/nptl/bits/pthreadtypes-arch.h | 70 -- sysdeps/csky/nptl/pthread-offsets.h | 5 - sysdeps/hppa/nptl/bits/pthreadtypes-arch.h | 45 - sysdeps/hppa/nptl/bits/struct_mutex.h | 53 + .../bits/{pthreadtypes-arch.h => struct_rwlock.h} | 53 +- sysdeps/hppa/nptl/pthread-offsets.h | 6 +- sysdeps/i386/nptl/pthread-offsets.h | 6 +- .../bits/{pthreadtypes-arch.h => struct_rwlock.h} | 42 +- sysdeps/ia64/nptl/pthread-offsets.h | 5 - sysdeps/m68k/nptl/bits/pthreadtypes-arch.h | 26 - sysdeps/m68k/nptl/pthread-offsets.h | 5 - sysdeps/microblaze/nptl/pthread-offsets.h | 5 - sysdeps/mips/nptl/bits/pthreadtypes-arch.h | 45 - sysdeps/mips/nptl/bits/struct_mutex.h | 56 + .../nptl/bits/struct_rwlock.h} | 62 +- sysdeps/mips/nptl/pthread-offsets.h | 18 +- sysdeps/nios2/nptl/bits/pthreadtypes-arch.h | 35 - sysdeps/nios2/nptl/pthread-offsets.h | 5 - sysdeps/nptl/bits/pthreadtypes-arch.h | 45 + sysdeps/nptl/bits/struct_mutex.h | 84 ++ .../bits/struct_rwlock.h} | 50 +- sysdeps/nptl/bits/thread-shared-types.h | 143 +-- sysdeps/nptl/pthread-offsets.h | 26 + sysdeps/nptl/pthread.h | 60 +- sysdeps/powerpc/nptl/bits/struct_mutex.h | 63 ++ .../bits/{pthreadtypes-arch.h => struct_rwlock.h} | 50 +- sysdeps/powerpc/nptl/pthread-offsets.h | 14 +- sysdeps/riscv/nptl/bits/pthreadtypes-arch.h | 27 - .../bits/{pthreadtypes-arch.h => struct_rwlock.h} | 43 +- sysdeps/riscv/nptl/pthread-offsets.h | 24 - sysdeps/s390/nptl/bits/struct_mutex.h | 63 ++ .../bits/{pthreadtypes-arch.h => struct_rwlock.h} | 49 +- sysdeps/s390/nptl/pthread-offsets.h | 14 +- sysdeps/sh/nptl/pthread-offsets.h | 5 - .../bits/{pthreadtypes-arch.h => struct_rwlock.h} | 51 +- sysdeps/sparc/nptl/pthread-offsets.h | 15 - sysdeps/unix/sysv/linux/hppa/pthread.h | 1184 -------------------- sysdeps/x86/nptl/bits/pthreadtypes-arch.h | 48 - sysdeps/x86/nptl/bits/struct_mutex.h | 63 ++ .../nptl/bits/struct_rwlock.h} | 65 +- sysdeps/x86_64/nptl/pthread-offsets.h | 10 +- 51 files changed, 751 insertions(+), 2134 deletions(-) create mode 100644 sysdeps/aarch64/nptl/bits/struct_rwlock.h delete mode 100644 sysdeps/aarch64/nptl/pthread-offsets.h rename sysdeps/alpha/nptl/bits/{pthreadtypes-arch.h => struct_rwlock.h} (51%) delete mode 100644 sysdeps/alpha/nptl/pthread-offsets.h delete mode 100644 sysdeps/arm/nptl/pthread-offsets.h delete mode 100644 sysdeps/csky/nptl/bits/pthreadtypes-arch.h delete mode 100644 sysdeps/csky/nptl/pthread-offsets.h create mode 100644 sysdeps/hppa/nptl/bits/struct_mutex.h copy sysdeps/hppa/nptl/bits/{pthreadtypes-arch.h => struct_rwlock.h} (51%) rename sysdeps/ia64/nptl/bits/{pthreadtypes-arch.h => struct_rwlock.h} (50%) delete mode 100644 sysdeps/ia64/nptl/pthread-offsets.h delete mode 100644 sysdeps/m68k/nptl/pthread-offsets.h delete mode 100644 sysdeps/microblaze/nptl/pthread-offsets.h create mode 100644 sysdeps/mips/nptl/bits/struct_mutex.h rename sysdeps/{sh/nptl/bits/pthreadtypes-arch.h => mips/nptl/bits/struct_rwlock.h} (57%) delete mode 100644 sysdeps/nios2/nptl/pthread-offsets.h create mode 100644 sysdeps/nptl/bits/pthreadtypes-arch.h create mode 100644 sysdeps/nptl/bits/struct_mutex.h rename sysdeps/{arm/nptl/bits/pthreadtypes-arch.h => nptl/bits/struct_rwlock.h} (51%) create mode 100644 sysdeps/nptl/pthread-offsets.h create mode 100644 sysdeps/powerpc/nptl/bits/struct_mutex.h rename sysdeps/powerpc/nptl/bits/{pthreadtypes-arch.h => struct_rwlock.h} (57%) copy sysdeps/riscv/nptl/bits/{pthreadtypes-arch.h => struct_rwlock.h} (53%) delete mode 100644 sysdeps/riscv/nptl/pthread-offsets.h create mode 100644 sysdeps/s390/nptl/bits/struct_mutex.h rename sysdeps/s390/nptl/bits/{pthreadtypes-arch.h => struct_rwlock.h} (55%) delete mode 100644 sysdeps/sh/nptl/pthread-offsets.h rename sysdeps/sparc/nptl/bits/{pthreadtypes-arch.h => struct_rwlock.h} (53%) delete mode 100644 sysdeps/sparc/nptl/pthread-offsets.h delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread.h create mode 100644 sysdeps/x86/nptl/bits/struct_mutex.h rename sysdeps/{microblaze/nptl/bits/pthreadtypes-arch.h => x86/nptl/bits/struct_r [...]