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-aarch64-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from c70824b9a4 manual: Document lack of conformance of sched_* functions [B [...] adds ee9941f94e libio: Use stdin consistently for input functions [BZ #24153] adds 77c7d55ece time: Use int, not long int, for internal GMT offsets adds 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 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.
No new revisions were added by this update.
Summary of changes: ChangeLog | 116 +++++++++++ Makefile | 1 + NEWS | 11 +- debug/gets_chk.c | 16 +- elf/Makefile | 12 +- elf/rtld.c | 30 ++- intl/tst-gettext6.sh => elf/tst-rtld-preload.sh | 39 ++-- include/time.h | 2 +- include/wchar.h | 2 + libio/Makefile | 2 +- libio/getchar.c | 10 +- libio/getchar_u.c | 2 +- libio/getwchar.c | 6 +- libio/getwchar_u.c | 2 +- libio/iogets.c | 16 +- libio/tst-bz24153.c | 114 +++++++++++ libio/vscanf.c | 2 +- libio/vwscanf.c | 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 ++-- stdlib/isomac.c | 1 + 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 | 130 ++++++------ time/tzset.c | 8 +- wcsmbs/wmemcmp.c | 9 +- 36 files changed, 602 insertions(+), 342 deletions(-) copy intl/tst-gettext6.sh => elf/tst-rtld-preload.sh (59%) mode change 100644 => 100755 create mode 100644 libio/tst-bz24153.c 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%)