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_build/master-arm in repository toolchain/ci/glibc.
from ef7c6d42fe Generate gcc-macros.h adds 7de01e60c2 elf/Makefile: Reflow and sort most variable assignments adds b693d75f0c elf: Split dl-printf.c from dl-misc.c adds 9ba202c78f Add --with-rtld-early-cflags configure option adds 5501164866 powerpc64le: Use <gcc-macros.h> in early HWCAP check adds 990c953bce x86: Add x86-64-vN check to early startup adds f01d482f03 s390x: Use <gcc-macros.h> in early HWCAP check adds 4974c7cd8f elf tst-dl_find_object: Fix typo adds f05faf5f22 [hurd] Call _dl_sort_maps_init in _dl_sysdep_start adds dfb204d87f [hurd] Drop spurious #ifdef SHARED adds 2c040d0b90 hurd: Fix pthread_kill on exiting/ted thread adds 67ca1c5560 hurd: Fix timer/clock_getres crash on NULL res parameter new 630d2568a1 hurd: drop SA_SIGINFO availability xfail
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: INSTALL | 8 + NEWS | 6 + config.make.in | 1 + configure | 13 + configure.ac | 6 + conform/data/signal.h-data | 3 +- elf/Makefile | 429 ++++++++++++++++++++------ elf/dl-misc.c | 281 +---------------- elf/{dl-misc.c => dl-printf.c} | 220 +------------ elf/tst-dl_find_object.c | 2 +- manual/install.texi | 7 + sysdeps/hurd/htl/pt-kill.c | 4 + sysdeps/mach/htl/pt-thread-terminate.c | 3 + sysdeps/mach/hurd/dl-sysdep.c | 5 +- sysdeps/posix/clock_getres.c | 7 +- sysdeps/powerpc/powerpc64/le/dl-hwcap-check.h | 9 +- sysdeps/s390/s390-64/dl-hwcap-check.h | 5 +- sysdeps/x86/Makefile | 1 + sysdeps/x86/dl-get-cpu-features.c | 31 +- 19 files changed, 433 insertions(+), 608 deletions(-) copy elf/{dl-misc.c => dl-printf.c} (59%)