This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/glibc.
from 0835c0f0ba x86: fix Autoconf caching of instruction support checks [BZ #27991] adds 82fbcd7118 elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253] adds c333dcf8d8 Update string/test-memmove.c to cover 16KB copy adds 78c9ec9000 x86-64: Optimize load of all bits set into ZMM register [BZ #28252] adds f2e33c3268 mtrace: Fix output with PIE and ASLR [BZ #22716] adds a4f5a3103f rtld: copy terminating null in tunables_strdup (bug 28256) adds c8126360df Fix iconv build with GCC mainline adds c5e4c0dd0f hurd: Remove old test-err_np.c file adds 5eb3e2c794 hurd: Fix errlist error mapping adds 84a7eb1f87 Use __executable_start as the lowest address for profiling [ [...] adds 5359c3bc91 x86-64: Remove compiler -mavx512f check adds 528f9ff6bf x86-64: Remove assembler AVX512DQ check adds f9cd7d5d19 powerpc: Use --no-tls-get-addr-optimize in test only if the [...] adds 9926f6e2ee elf: Skip tst-auditlogmod-* if the linker doesn't support -- [...] adds d19b137b6a Fix error message in memmove test to display correct src pointer adds 5aa359d331 llio.texi: Wording fixes in description of closefrom() adds e814f4b04e support: Add support_open_dev_null_range adds 6b20880b22 Use support_open_dev_null_range io/tst-closefrom, misc/tst-c [...] adds 6f4973c1a2 nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232) adds 6090a4a1b3 Allow #pragma GCC in headers in conformtest adds 032d74eaf6 support: Add support_wait_for_thread_exit
No new revisions were added by this update.
Summary of changes: config.h.in | 6 - configure | 34 +++++ configure.ac | 4 + conform/conformtest.py | 8 ++ csu/gmon-start.c | 10 +- elf/Makefile | 4 +- elf/dl-sysdep.c | 2 +- elf/dl-tunables.c | 2 - gmon/tst-gmon-gprof.sh | 2 + gmon/tst-gmon-static-gprof.sh | 2 + iconv/loop.c | 6 + io/tst-closefrom.c | 21 +-- malloc/mtrace-impl.c | 6 +- malloc/mtrace.pl | 15 +- manual/llio.texi | 4 +- nptl/tst-cancel7.c | 114 +++++++-------- posix/tst-spawn5.c | 13 +- stdio-common/errlist.c | 12 +- string/test-memmove.c | 50 ++++++- support/Makefile | 5 +- support/support-open-dev-null-range.c | 134 ++++++++++++++++++ support/support.h | 12 ++ support/support_wait_for_thread_exit.c | 72 ++++++++++ support/tst-support-open-dev-null-range.c | 155 +++++++++++++++++++++ sysdeps/mach/hurd/test-err_np.c | 4 - sysdeps/unix/sysv/linux/powerpc/Makefile | 2 + sysdeps/unix/sysv/linux/powerpc/configure | 34 +++++ sysdeps/unix/sysv/linux/powerpc/configure.ac | 4 + sysdeps/unix/sysv/linux/tst-close_range.c | 31 ++--- sysdeps/x86_64/Makefile | 2 - sysdeps/x86_64/configure | 53 ------- sysdeps/x86_64/configure.ac | 24 ---- sysdeps/x86_64/fpu/Makefile | 2 - .../x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S | 15 +- .../x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S | 8 -- .../x86_64/fpu/multiarch/svml_d_log8_core_avx512.S | 15 +- .../x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S | 8 -- .../x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S | 15 +- .../fpu/multiarch/svml_d_sincos8_core_avx512.S | 15 +- .../fpu/multiarch/svml_s_cosf16_core_avx512.S | 15 +- .../fpu/multiarch/svml_s_expf16_core_avx512.S | 15 +- .../fpu/multiarch/svml_s_logf16_core_avx512.S | 15 +- .../fpu/multiarch/svml_s_powf16_core_avx512.S | 20 +-- .../fpu/multiarch/svml_s_sincosf16_core_avx512.S | 15 +- .../fpu/multiarch/svml_s_sinf16_core_avx512.S | 15 +- 45 files changed, 639 insertions(+), 381 deletions(-) create mode 100644 support/support-open-dev-null-range.c create mode 100644 support/support_wait_for_thread_exit.c create mode 100644 support/tst-support-open-dev-null-range.c delete mode 100644 sysdeps/mach/hurd/test-err_np.c