This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os in repository toolchain/ci/glibc.
from 5e10136b3c testrun.sh: Exit in case of incorrect argument adds 8692ebdb12 elf: Implement --preload option for the dynamic linker adds 2ab5741b8a <spawn.h>: Add missing nonnull attributes and __restrict qualifiers adds 3f635fb433 x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155] adds 65f7767a91 Fix handling of collating elements in fnmatch (bug 17396, bu [...] adds 7a0dcfc643 Remove duplicate initialization of field in nscd. adds 77dc0d8643 Fix assertion in malloc.c:tcache_get. new f1ac745583 arm: Use "nr" constraint for Systemtap probes [BZ #24164]
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: ChangeLog | 84 ++++++++ NEWS | 11 +- elf/Makefile | 12 +- elf/rtld.c | 30 ++- intl/tst-gettext6.sh => elf/tst-rtld-preload.sh | 39 ++-- include/stap-probe.h | 1 + include/wchar.h | 2 + malloc/malloc.c | 2 +- nscd/connections.c | 1 - posix/Makefile | 4 +- posix/fnmatch.c | 6 +- posix/fnmatch_loop.c | 228 ++++++++------------- posix/spawn.h | 65 +++--- elf/tst-absolute-sym.c => posix/tst-fnmatch4.c | 25 ++- nptl/tst-mtx-recursive.c => posix/tst-fnmatch5.c | 37 ++-- .../arm/stap-probe-machine.h | 14 +- .../stap-probe-machine.h} | 5 +- sysdeps/i386/i686/multiarch/wmemcmp.c | 3 +- sysdeps/s390/wmemcmp.c | 7 +- sysdeps/x86_64/memcmp.S | 20 +- sysdeps/x86_64/multiarch/wmemcmp.c | 3 +- sysdeps/x86_64/x32/Makefile | 3 +- .../{tst-size_t-memcmp.c => tst-size_t-memcmp-2.c} | 7 +- wcsmbs/wmemcmp.c | 9 +- 24 files changed, 364 insertions(+), 254 deletions(-) copy intl/tst-gettext6.sh => elf/tst-rtld-preload.sh (59%) mode change 100644 => 100755 copy elf/tst-absolute-sym.c => posix/tst-fnmatch4.c (67%) copy nptl/tst-mtx-recursive.c => posix/tst-fnmatch5.c (62%) copy support/xpthread_rwlock_destroy.c => sysdeps/arm/stap-probe-machine.h (74%) copy sysdeps/{x86_64/x32/tst-size_t-wmemcmp.c => generic/stap-probe-machine.h} (87%) copy sysdeps/x86_64/x32/{tst-size_t-memcmp.c => tst-size_t-memcmp-2.c} (92%)