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_LTO in repository toolchain/ci/glibc.
from 11f382ee78 testsuite: stdlib/isomac.c: add missing include adds b8c7238167 time: Use struct alloc_buffer in __tzfile_read adds 221baae001 time: Avoid alignment gaps in __tzfile_read adds 5e10136b3c testrun.sh: Exit in case of incorrect argument new 8692ebdb12 elf: Implement --preload option for the dynamic linker new 2ab5741b8a <spawn.h>: Add missing nonnull attributes and __restrict qualifiers new 3f635fb433 x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155] new 65f7767a91 Fix handling of collating elements in fnmatch (bug 17396, bu [...] new 7a0dcfc643 Remove duplicate initialization of field in nscd.
The 5 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 ++++++++ Makefile | 1 + NEWS | 11 +- elf/Makefile | 12 +- elf/rtld.c | 30 ++- intl/tst-gettext6.sh => elf/tst-rtld-preload.sh | 39 ++-- include/wchar.h | 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 ++-- 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 +- time/tzfile.c | 124 ++++++----- wcsmbs/wmemcmp.c | 9 +- 22 files changed, 417 insertions(+), 304 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 sysdeps/x86_64/x32/{tst-size_t-memcmp.c => tst-size_t-memcmp-2.c} (92%)