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-arm-build_cross in repository toolchain/ci/glibc.
from c3b287be74 hurd: handle EINTR during critical sections adds 14beab5321 htl: Add missing fork.h adds 16b597807d elf: Fix not compiling ifunc tests that need gcc ifunc support adds 4631c2372a stdlib: Fix BZ #26241 testcase on GNU/Hurd adds 3a24ddeab5 Change how the symbol_version_reference macro is defined adds 6d8fcee694 locale: Use compat_symbol_reference in _nl_postload_ctype adds 0923f74ada Support for multiple versions in versioned_symbol, compat_symbol
No new revisions were added by this update.
Summary of changes: config.h.in | 4 + configure | 30 ++++++++ configure.ac | 24 ++++++ elf/Makefile | 17 +++-- elf/ifuncmain9.c | 16 ---- include/libc-symbols.h | 21 ++---- include/shlib-compat.h | 85 +++++++++++---------- locale/lc-ctype.c | 14 ++-- malloc/malloc.c | 2 +- nptl/libpthread-compat.c | 16 ++-- stdlib/tst-canon-bz26341.c | 7 +- sysdeps/generic/libc-symver.h | 88 ++++++++++++++++++++++ .../i686/pthread_spin_trylock.S => htl/fork.h} | 4 +- .../{pthread/elision-conf.h => ia64/libc-symver.h} | 22 +++--- sysdeps/x86/Makefile | 2 + time/clock_getcpuclockid.c | 3 +- time/clock_getres.c | 3 +- time/clock_gettime.c | 3 +- time/clock_nanosleep.c | 3 +- time/clock_settime.c | 3 +- 20 files changed, 249 insertions(+), 118 deletions(-) create mode 100644 sysdeps/generic/libc-symver.h copy sysdeps/{i386/i686/pthread_spin_trylock.S => htl/fork.h} (92%) copy sysdeps/{pthread/elision-conf.h => ia64/libc-symver.h} (59%)