This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ff92750112 htl: Move pthread_atfork compatibility symbol to libc new 8ce2b5dd27 benchtests: Add fma benchtests new 42f07a44ef math: Remove ldbl-96 fma implementation new 2885d8a3ab benchtests: Add fmaf benchtests new 25de0771ec configure: Only use -fno-fp-int-builtin-inexact if compiler [...] new 8d26bed1eb Enable --enable-fortify-source with clang new 46be3e521c benchtests: Use __f128 on ilogbf128-inputs constants new 9849a61b34 benchtests: Add attribute_optimize new 4d695077b8 benchtests: Remove clang warnings new 52524467af bench-malloc-thread: Add libm for powf new 907089ba36 linux: Handle EINVAL as unsupported on tst-pidfd_getinfo
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: benchtests/Makefile | 6 + benchtests/bench-malloc-thread.c | 2 +- benchtests/bench-pthread-lock-base.c | 11 +- benchtests/bench-pthread-locks.c | 10 +- benchtests/bench-strchr.c | 4 +- benchtests/bench-util.h | 6 + benchtests/fma-inputs | 1005 ++++++++++++++++++++ benchtests/fmaf-inputs | 1005 ++++++++++++++++++++ benchtests/ilogbf128-inputs | 8 +- configure | 60 ++ configure.ac | 11 + debug/vasprintf_chk.c | 1 + debug/vfprintf_chk.c | 1 + elf/Makefile | 8 + include/arpa/inet.h | 2 - include/bits/inet-fortified-decl.h | 5 + include/bits/stdio2-decl.h | 7 + include/bits/string_fortified.h | 15 + include/bits/syslog-decl.h | 4 + include/bits/unistd-decl.h | 6 + include/bits/wchar2-decl.h | 5 + include/stdio.h | 10 +- include/unistd.h | 4 - include/wchar.h | 1 - inet/bits/inet-fortified.h | 2 + libio/Makefile | 1 + math/Makefile | 32 +- misc/syslog.c | 4 +- string/Makefile | 1 + sysdeps/generic/symbol-hacks.h | 15 + sysdeps/i386/i686/multiarch/s_fma.c | 2 +- .../ieee754/ldbl-128ibm-compat/ieee128-snprintf.c | 4 + .../ieee754/ldbl-128ibm-compat/ieee128-syslog.c | 5 +- sysdeps/ieee754/ldbl-96/s_fma.c | 106 --- sysdeps/unix/sysv/linux/tst-pidfd_getinfo.c | 2 +- 35 files changed, 2215 insertions(+), 156 deletions(-) create mode 100644 benchtests/fma-inputs create mode 100644 benchtests/fmaf-inputs delete mode 100644 sysdeps/ieee754/ldbl-96/s_fma.c