This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ab54e26415 x86: Add the test case of __get_cpu_features support for Zha [...] new 86005fdbf4 ldbl-128ibm-compat: workaround GCC 9 C++ PR90731 new e2239af353 Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO [...] new 50545f5aa0 powerpc64le: raise GCC requirement to 7.4 for long double tr [...] new 3a0acbdcc5 powerpc64le: bump binutils version requirement to >= 2.26 new 5c7ccc2983 powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0) new 051be01f6b powerpc64le: Enable support for IEEE long double
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: INSTALL | 12 ++ NEWS | 8 +- argp/argp.h | 2 +- bits/long-double.h | 15 ++- elf/tst-addr1.c | 2 +- include/math.h | 6 +- include/monetary.h | 8 ++ include/printf.h | 8 ++ include/stdio.h | 16 ++- include/stdlib.h | 11 +- include/sys/cdefs.h | 2 +- include/wchar.h | 9 ++ libio/bits/stdio-ldbl.h | 4 +- libio/stdio.h | 8 +- manual/install.texi | 15 +++ math/complex.h | 4 +- math/math.h | 12 +- math/test-ldouble.h | 2 +- misc/err.h | 2 +- misc/error.h | 2 +- misc/sys/cdefs.h | 4 +- misc/sys/syslog.h | 2 +- stdio-common/printf.h | 2 +- stdio-common/tst-vfprintf-user-type.c | 2 +- stdlib/bits/stdlib-ldbl.h | 2 +- stdlib/monetary.h | 2 +- stdlib/stdlib.h | 2 +- sysdeps/ieee754/ldbl-128/bits/long-double.h | 2 +- sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 12 -- .../ieee754/ldbl-128ibm-compat/bits/long-double.h | 7 +- sysdeps/ieee754/ldbl-128ibm-compat/math_ldbl.h | 2 +- sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h | 2 +- sysdeps/ieee754/ldbl-128ibm/ieee754.h | 6 +- .../ieee754/ldbl-128ibm/include/bits/iscanonical.h | 2 +- sysdeps/ieee754/ldbl-96/bits/long-double.h | 2 +- sysdeps/ieee754/ldbl-opt/bits/long-double.h | 2 +- sysdeps/mips/ieee754/bits/long-double.h | 2 +- sysdeps/powerpc/fpu/libm-test-ulps | 4 + sysdeps/powerpc/powerpc64/le/Implies-before | 1 + sysdeps/powerpc/powerpc64/le/Makefile | 4 + sysdeps/powerpc/powerpc64/le/configure | 149 +++++++++++++++++++++ sysdeps/powerpc/powerpc64/le/configure.ac | 56 ++++++++ .../powerpc/powerpc64/le/ldbl-128ibm-compat-abi.h | 8 ++ .../sysv/linux/powerpc/powerpc64/le/libc.abilist | 93 +++++++++++++ .../sysv/linux/powerpc/powerpc64/le/libm.abilist | 117 ++++++++++++++++ .../sysv/linux/sparc/sparc32/bits/long-double.h | 2 +- .../sysv/linux/sparc/sparc64/bits/long-double.h | 2 +- wcsmbs/bits/wchar-ldbl.h | 4 +- wcsmbs/wchar.h | 8 +- 49 files changed, 579 insertions(+), 72 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ldbl-128ibm-compat-abi.h