This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b790c8c2ed nios2: Fix Linux kABI for syscall return new 77ad97356c Undefine redirections after long double definition on __LDBL [...] new 218dad29e8 ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions new 74f614b70a ldbl-128ibm-compat: enforce correct abi flags on internal file new bb05281822 ldbl-128ibm-compat: fixup subdir location of several funcs new a92ac9f494 ldbl-128ibm: make ieee754.h work with IEEE 128 long double
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: math/complex.h | 10 ++- math/math-narrow.h | 15 +--- math/math.h | 18 +++-- .../math-narrow-alias-float128.h} | 32 ++++---- sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 43 +++++++---- sysdeps/ieee754/ldbl-128ibm-compat/Versions | 8 ++ .../math-narrow-alias-float128.h | 34 +++++++++ .../ldbl-128ibm-compat/math_ldbl.h} | 20 ++--- sysdeps/ieee754/ldbl-128ibm/ieee754.h | 68 ++++++++++++++++- sysdeps/ieee754/ldbl-opt/Makefile | 4 +- .../ieee754/ldbl-opt/test-redirection-ldbl-64.c | 87 ++++++++++++++++++++++ 11 files changed, 272 insertions(+), 67 deletions(-) copy sysdeps/{unix/sysv/linux/settimezone.c => generic/math-narrow-alias-float128. [...] create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/math-narrow-alias-float128.h copy sysdeps/{generic/unwind-arch.h => ieee754/ldbl-128ibm-compat/math_ldbl.h} (67%) create mode 100644 sysdeps/ieee754/ldbl-opt/test-redirection-ldbl-64.c