This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.26/master in repository glibc.
from 6043d77a47 ldd: never run file directly new ef8566d72a Provide a C++ version of issignaling that does not use __MATH_TG new 35dded99a8 Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MAT [...] new 58270c0049 Provide a C++ version of iszero that does not use __MATH_TG [...]
The 3 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: ChangeLog | 37 ++++++++++ math/Makefile | 3 +- math/math.h | 60 ++++++++++++++-- ...est-math-iszero.cc => test-math-issignaling.cc} | 78 ++++++++++++++------- math/test-math-iszero.cc | 79 ++++++++++++++++++++++ sysdeps/powerpc/powerpc64le/Makefile | 4 +- 6 files changed, 229 insertions(+), 32 deletions(-) copy math/{test-math-iszero.cc => test-math-issignaling.cc} (52%)