This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/glibc.
from 4f20a1dc52 stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779] adds e4ba8fee1a elf: Replace tst-p_alignmod1-editX with a python script adds c094c232eb Avoid -Wuse-after-free in tests [BZ #26779]. adds 604814121d hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilist adds af6dc56b8c Guard tst-valgrind-smoke.out with run-built-tests adds 501246c5e2 x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]
No new revisions were added by this update.
Summary of changes: elf/Makefile | 16 +-- elf/tst-elf-edit.h | 126 ------------------ elf/tst-p_alignmod1-edit.c | 27 ---- elf/tst-p_alignmod2-edit.c | 27 ---- malloc/tst-malloc-backtrace.c | 9 ++ malloc/tst-malloc-check.c | 16 +++ malloc/tst-malloc-too-large.c | 24 ++++ malloc/tst-obstack.c | 2 +- malloc/tst-realloc.c | 8 ++ scripts/tst-elf-edit.py | 206 ++++++++++++++++++++++++++++++ support/tst-support-open-dev-null-range.c | 3 +- sysdeps/mach/hurd/i386/libc.abilist | 2 + sysdeps/x86/tst-cpu-features-supports.c | 2 +- 13 files changed, 275 insertions(+), 193 deletions(-) delete mode 100644 elf/tst-elf-edit.h delete mode 100644 elf/tst-p_alignmod1-edit.c delete mode 100644 elf/tst-p_alignmod2-edit.c create mode 100644 scripts/tst-elf-edit.py