This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8a30bb4e06 elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcaps new 4f969166ce tests-mcheck: New variable to run tests with MALLOC_CHECK_=3 new 84c202246b MTE: Do not pad size in realloc_check new b7f8815617 x86 long double: Support pseudo numbers in fpclassifyl new 94547d9209 x86 long double: Support pseudo numbers in isnanl new 41290b6e84 Partially revert 681900d29683722b1cb0a8e565a0585846ec5a61
The 5 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: Rules | 19 ++++++++++++++++++- malloc/Makefile | 20 ++++++++++++++++++++ malloc/hooks.c | 9 +++++---- sysdeps/{i386 => x86}/fpu/s_fpclassifyl.c | 4 ++++ sysdeps/{i386 => x86}/fpu/s_isnanl.c | 12 +++++++----- sysdeps/x86/ldbl2mpn.c | 8 -------- sysdeps/x86/tst-ldbl-nonnormal-printf.c | 5 +---- sysdeps/x86_64/fpu/s_fpclassifyl.c | 2 -- sysdeps/x86_64/fpu/s_isnanl.c | 1 - 9 files changed, 55 insertions(+), 25 deletions(-) rename sysdeps/{i386 => x86}/fpu/s_fpclassifyl.c (87%) rename sysdeps/{i386 => x86}/fpu/s_isnanl.c (76%) delete mode 100644 sysdeps/x86_64/fpu/s_fpclassifyl.c delete mode 100644 sysdeps/x86_64/fpu/s_isnanl.c