This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 81763a4f7e resolv: Add test for NOERROR/NODATA handling [BZ #14308] new 5011210399 x86: Do not use __builtin_fpclassify for _Float64x/long double new 999cd617cb x86: Do not use __builtin_isinf_sign for _Float64x/long double new bc78f67ca1 stdio: Fix tst-vfprintf-user-type on clang new 7be72e37e6 math: Use math_opt_barrier on ldbl-128 powl underflow/overfl [...] new 2b00b3a890 misc: Enable tst-atomic for clang new d8561d1552 elf: Fix elf/tst-decorate-maps on aarch64 after 321e1fc73f new bd56942533 malloc: Fix clang build after 1c588a2187
The 7 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: .../fp-builtin-denormal.h | 26 +++--- elf/tst-decorate-maps.c | 2 +- malloc/malloc.c | 2 +- math/Makefile | 1 + math/math.h | 94 +++++++++++++++++++++- misc/tst-atomic.c | 9 --- stdio-common/tst-vfprintf-user-type.c | 4 +- sysdeps/ieee754/ldbl-128/e_powl.c | 6 +- .../x86/bits/fp-builtin-denormal.h | 26 +++--- sysdeps/x86/fpu/Makefile | 1 + sysdeps/x86/fpu/test-builtin-denormal.c | 57 +++++++++++++ 11 files changed, 183 insertions(+), 45 deletions(-) copy support/resolv_response_context_free.c => bits/fp-builtin-denormal.h (52%) copy malloc/tst-free-aligned-sized.c => sysdeps/x86/bits/fp-builtin-denormal.h (62%) create mode 100644 sysdeps/x86/fpu/test-builtin-denormal.c