This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6437fecca3 posix: Remove posix waitid new 8dbfea3a20 ldbl-128ibm-compat: Redirect long double functions to f128/i [...] new 39b47ada8d ldbl-128ibm-compat: Redirect complex math functions new f1a166b0d7 ldbl-128ibm-compat: Provide a significand implementation new d967237443 ldbl-128ibm-compat: Provide nexttoward functions new 77d5bddd8f ldbl-128ibm-compat: enforce ibm128 on compat tests new 4068b54c70 ldbl-128ibm-compat: link tst-ldbl-efgcvt against loader too
The 6 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: include/math.h | 9 ++-- math/bits/mathcalls-helper-functions.h | 18 ++++--- math/bits/mathcalls.h | 9 ++-- math/complex.h | 21 +++++++- math/math.h | 59 ++++++++++++++++++++-- sysdeps/ieee754/ldbl-128/s_nexttoward.c | 4 +- sysdeps/ieee754/ldbl-128/s_nexttowardf.c | 4 +- sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 10 ++++ sysdeps/ieee754/ldbl-128ibm-compat/Versions | 4 ++ .../ldbl-128ibm-compat/s_nextafterf128.c} | 6 +-- .../{w_scalbf128.c => s_nexttowardf128.c} | 25 ++++++--- .../{w_scalbf128.c => s_significandf128.c} | 10 ++-- sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h | 8 ++- 13 files changed, 147 insertions(+), 40 deletions(-) copy sysdeps/{aarch64/elf-initfini.h => ieee754/ldbl-128ibm-compat/s_nextafterf128 [...] copy sysdeps/ieee754/ldbl-128ibm-compat/{w_scalbf128.c => s_nexttowardf128.c} (57%) copy sysdeps/ieee754/ldbl-128ibm-compat/{w_scalbf128.c => s_significandf128.c} (81%)