This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/glibc.
from 7137d682eb ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019] adds d18f59bf92 Fix x86 build with --enable-tunable=no adds 2d651eb926 x86: Move x86 processor cache info to cpu_features adds cc528f9a7e math/test-tgmath2: Fix fabs failure when no long double adds 86f65dffc2 ld.so: Add --list-tunables to print tunable values
No new revisions were added by this update.
Summary of changes: NEWS | 4 + elf/Makefile | 11 + elf/dl-main.h | 2 +- elf/dl-tunables.c | 43 ++ elf/dl-tunables.h | 2 + elf/dl-usage.c | 7 +- elf/rtld.c | 19 + elf/tst-rtld-list-tunables.exp | 14 + .../tst-rtld-list-tunables.sh | 30 +- manual/tunables.texi | 38 ++ math/test-tgmath2.c | 4 +- sysdeps/x86/cacheinfo.c | 46 ++- sysdeps/x86/cacheinfo.h | 400 ++---------------- sysdeps/x86/cpu-features.c | 35 +- sysdeps/x86/dl-cacheinfo.h | 460 +++++++++++++++++++++ sysdeps/x86/get-isa-level.h | 1 + sysdeps/x86/include/cpu-features.h | 22 + sysdeps/x86_64/dl-hwcaps-subdirs.c | 1 + 18 files changed, 709 insertions(+), 430 deletions(-) create mode 100644 elf/tst-rtld-list-tunables.exp copy libio/test-freopen.sh => elf/tst-rtld-list-tunables.sh (70%)