This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/glibc-hwcaps in repository glibc.
discards f2900d940c s390x: Add Add glibc-hwcaps support discards 36d0fd7ed8 powerpc64le: Add glibc-hwcaps support discards bacfef1128 x86_64: Add glibc-hwcaps support discards b80f24fa4a elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...] discards 439a7e7f42 elf: Process glibc-hwcaps subdirectories in ldconfig discards 4677ba1afe elf: Implement tail merging of strings in ldconfig discards 1e6c8b1937 elf: Implement a string table for ldconfig, with tail merging discards f34690f751 elf: Add extension mechanism to ld.so.cache discards c2960f1a6c elf: Add endianness markup to ld.so.cache discards d0675a884f elf: Add glibc-hwcaps support for LD_LIBRARY_PATH adds 33fc34521d powerpc64le: ifunc select *f128 routines in multiarch mode adds 6185508101 nptl: Fix __futex_clocklock64 return error check [BZ #26964] adds be5365e87b elf.h: Fix spelling of EM_TILE64 comment adds 22edf4d4b2 Revert "linux: Move {f}xstat{at} to compat symbols" adds f147616d68 Revert "linux: Move xmknod{at} to compat symbols" adds f9ba73d056 htl: Add missing symbols adds e960d8313d manual: Clarify File Access Modes section and add O_PATH adds 7c33111697 htl: Add hidden def for __pthread_create/detach adds 1d9cbb9608 x86: Fix THREAD_SELF definition to avoid ld.so crash (bug 27004) adds c41d197ec4 elf: Synchronize <elf.h> section header flags with binutils new dad90d5282 elf: Add glibc-hwcaps support for LD_LIBRARY_PATH new de24d8c678 elf: Add endianness markup to ld.so.cache new ab183d5875 elf: Add extension mechanism to ld.so.cache new edbdd73935 elf: Implement a string table for ldconfig, with tail merging new a5fd989157 elf: Implement tail merging of strings in ldconfig new bd93bf1d19 elf: Process glibc-hwcaps subdirectories in ldconfig new 98c163157a elf: Add glibc-hwcaps subdirectory support to ld.so cache pr [...] new 973a3eb2bd x86_64: Add glibc-hwcaps support new 90216adbe7 powerpc64le: Add glibc-hwcaps support new b95528237a s390x: Add Add glibc-hwcaps support
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 (f2900d940c) \ N -- N -- N refs/heads/fw/glibc-hwcaps (b95528237a)
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 10 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/elf.h | 4 +- elf/tst-glibc-hwcaps-prepend-cache.c | 1 - htl/Versions | 2 + htl/pt-create.c | 1 + htl/pt-detach.c | 1 + hurd/Versions | 2 +- manual/llio.texi | 72 +++++--- nptl/Makefile | 2 +- nptl/tst-pthread-timedlock-lockloop.c | 138 ++++++++++++++ sysdeps/htl/pthreadP.h | 2 + sysdeps/i386/nptl/tls.h | 7 +- sysdeps/nptl/futex-internal.h | 7 +- sysdeps/powerpc/powerpc64/le/dl-hwcaps-subdirs.c | 2 +- .../powerpc/powerpc64/le/fpu/multiarch/Makefile | 204 ++++++++++++++++++++- .../le/fpu/multiarch/float128-ifunc-macros.h | 56 ++++++ .../fpu/multiarch/float128-ifunc-redirect-macros.h | 53 ++++++ .../le/fpu/multiarch/float128-ifunc-redirects-mp.h | 64 +++++++ .../le/fpu/multiarch/float128-ifunc-redirects.h | 43 +++++ .../powerpc64/le/fpu/multiarch/float128-ifunc.h | 166 +++++++++++++++++ .../powerpc64/le/fpu/multiarch/float128_private.h | 99 ++++++++++ .../le/fpu/multiarch/math-type-macros-float128.h | 120 ++++++++++++ .../powerpc64/le/fpu/multiarch/math_private.h | 15 ++ .../powerpc64/le/fpu/multiarch/s_fmaf128-power9.c | 28 --- .../powerpc64/le/fpu/multiarch/s_fmaf128-ppc64.c | 26 --- .../powerpc/powerpc64/le/fpu/multiarch/s_fmaf128.c | 36 ---- .../powerpc64/le/fpu/multiarch/w_sqrtf128-power9.c | 35 ---- .../le/fpu/multiarch/w_sqrtf128-ppc64le.c | 35 ---- .../powerpc64/le/fpu/multiarch/w_sqrtf128.c | 31 ---- sysdeps/powerpc/powerpc64/le/power9/Makeconfig | 3 + sysdeps/unix/sysv/linux/alpha/fxstat64.c | 12 +- sysdeps/unix/sysv/linux/alpha/fxstatat64.c | 9 +- sysdeps/unix/sysv/linux/alpha/lxstat64.c | 12 +- sysdeps/unix/sysv/linux/alpha/xstat64.c | 12 +- sysdeps/unix/sysv/linux/fxstat.c | 2 - sysdeps/unix/sysv/linux/fxstat64.c | 7 +- sysdeps/unix/sysv/linux/fxstatat.c | 2 - sysdeps/unix/sysv/linux/fxstatat64.c | 6 +- sysdeps/unix/sysv/linux/lxstat.c | 2 - sysdeps/unix/sysv/linux/lxstat64.c | 7 +- sysdeps/unix/sysv/linux/mips/fxstat.c | 8 - sysdeps/unix/sysv/linux/mips/lxstat.c | 8 - sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c | 8 - sysdeps/unix/sysv/linux/mips/mips64/fxstatat.c | 8 - sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c | 8 - sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c | 8 - sysdeps/unix/sysv/linux/mips/mips64/xstat64.c | 8 - sysdeps/unix/sysv/linux/mips/xstat.c | 8 - sysdeps/unix/sysv/linux/xmknod.c | 3 - sysdeps/unix/sysv/linux/xmknodat.c | 2 - sysdeps/unix/sysv/linux/xstat.c | 2 - sysdeps/unix/sysv/linux/xstat64.c | 7 +- sysdeps/x86_64/nptl/tls.h | 7 +- 52 files changed, 1037 insertions(+), 374 deletions(-) create mode 100644 nptl/tst-pthread-timedlock-lockloop.c create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/float128-ifunc-macros.h create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/float128-ifunc-redir [...] create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/float128-ifunc-redir [...] create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/float128-ifunc-redirects.h create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/float128-ifunc.h create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/float128_private.h create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/math-type-macros-float128.h create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/math_private.h delete mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/s_fmaf128-power9.c delete mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/s_fmaf128-ppc64.c delete mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/s_fmaf128.c delete mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-power9.c delete mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-ppc64le.c delete mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128.c create mode 100644 sysdeps/powerpc/powerpc64/le/power9/Makeconfig