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_gcc/master-arm in repository toolchain/ci/glibc.
from aa783f9a7b linux: Fix a possibly non-constant expression in _Static_assert adds 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) new 927246e188 elf: Fix e6fd79f379 build with --enable-tunables=no
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: 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 + malloc/malloc.h | 5 +- manual/tunables.texi | 11 + misc/sys/cdefs.h | 10 + posix/fnmatch.c | 24 +- posix/fnmatch_loop.c | 190 ++-- scripts/dso-ordering-test.py | 1144 ++++++++++++++++++++ stdlib/stdlib.h | 4 +- support/Depend | 1 + support/Makefile | 6 + support/support.h | 5 +- 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 +- 30 files changed, 2254 insertions(+), 182 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%)