This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.26/master in repository glibc.
from 63efe9a47f Let ld.so have flags DT_RPATH and DT_RUNPATH adds dc258ce62a getaddrinfo: Release resolver context on error in gethosts [ [...] adds 665ce88d68 i686/multiarch: Regenerate ulps adds a4e5aa1a44 Fix the return type of the getentropy stub adds 799859f663 x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871] adds 82efa1ffd4 posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780) adds 302434688d nss: Call __resolv_context_put before early return in get*_r [...] adds c55ad6452e malloc: Avoid optimizer warning with GCC 7 and -O3 adds 2aa1a7a8f8 assert: Suppress pedantic warning caused by statement expres [...] adds 645b7635ba powerpc: Restrict xssqrtqp operands to Vector Registers (bug 21941) adds c2921b17a3 Do not use __builtin_types_compatible_p in C++ mode (bug 21930) adds 5e989c3693 Do not use generic selection in C++ mode adds fb9a781e9d assert: Support types without operator== (int) [BZ #21972] adds 3aeab55ee1 Add missing bug fixes to NEWS new c9df582f3a Merge release/2.26/master into ibm/2.26/master
The 1 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 | 82 ++++++++++++++++++++++ NEWS | 13 ++++ assert/Makefile | 11 ++- assert/assert.h | 18 +++-- assert/tst-assert-c++.cc | 78 ++++++++++++++++++++ .../strcmp-sse4_2.S => assert/tst-assert-g++.cc | 6 +- malloc/malloc.c | 20 ++++-- math/math.h | 8 ++- misc/sys/cdefs.h | 19 ++--- nss/getXXbyYY_r.c | 10 ++- stdlib/getentropy.c | 2 +- sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 14 ++-- sysdeps/posix/getaddrinfo.c | 2 + sysdeps/posix/preadv2.c | 2 +- sysdeps/posix/preadv64v2.c | 2 +- sysdeps/posix/pwritev2.c | 2 +- sysdeps/posix/pwritev64v2.c | 2 +- sysdeps/powerpc/fpu/math_private.h | 2 +- .../powerpc/powerpc64le/power9/fpu/e_sqrtf128.c | 2 +- sysdeps/unix/sysv/linux/preadv2.c | 4 +- sysdeps/unix/sysv/linux/preadv64v2.c | 4 +- sysdeps/unix/sysv/linux/pwritev2.c | 4 +- sysdeps/unix/sysv/linux/pwritev64v2.c | 4 +- sysdeps/x86/cpu-features.c | 7 +- 24 files changed, 269 insertions(+), 49 deletions(-) create mode 100644 assert/tst-assert-c++.cc copy sysdeps/x86_64/multiarch/strcmp-sse4_2.S => assert/tst-assert-g++.cc (88%)