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-aarch64 in repository toolchain/ci/glibc.
from 8a9a593115 Add alloc_align attribute to memalign et al adds 4e32c8f568 posix: Remove alloca usage for internal fnmatch implementation adds 0ff2d30dae iconv: Use TIMEOUTFACTOR for iconv test timeout adds e6fd79f379 elf: Testing infrastructure for ld.so DSO sorting (BZ #17645) adds 15a0c5730d elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645) adds 927246e188 elf: Fix e6fd79f379 build with --enable-tunables=no
No new revisions were added by this update.
Summary of changes: NEWS | 9 + elf/Makefile | 15 + elf/dl-close.c | 34 +- elf/dl-deps.c | 7 +- elf/dl-fini.c | 3 +- elf/dl-sort-maps.c | 208 +++- elf/dl-support.c | 2 + elf/dl-sysdep.c | 3 + elf/dl-tunables.list | 9 + elf/dso-sort-tests-1.def | 66 ++ elf/dso-sort-tests-2.def | 614 +++++++++++ elf/rtld.c | 3 + elf/tst-rtld-list-tunables.exp | 1 + iconv/tst-iconv_prog.sh | 5 +- include/link.h | 5 + manual/tunables.texi | 11 + posix/fnmatch.c | 24 +- posix/fnmatch_loop.c | 190 ++-- scripts/dso-ordering-test.py | 1144 ++++++++++++++++++++ support/Depend | 1 + support/Makefile | 6 + support/support_test_main.c | 12 + support/test-driver.c | 4 +- support/test-driver.h | 1 + .../test-run-command.c | 12 +- sysdeps/generic/ldsodefs.h | 23 +- 26 files changed, 2235 insertions(+), 177 deletions(-) create mode 100644 elf/dso-sort-tests-1.def create mode 100644 elf/dso-sort-tests-2.def create mode 100644 scripts/dso-ordering-test.py create mode 100644 support/Depend copy elf/dl-diagnostics-cpu.c => support/test-run-command.c (78%)