This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 1f7097d09c Linux: Update syscall-names.list to Linux 5.2 adds c7e4b684e7 locale/C-translit.h.in: Cyrillic -> ASCII transliteration [B [...] adds dcf36bcad3 Add NEWS entry about the new AArch64 IFUNC resolver call ABI adds 95da14dac0 test-container: Avoid copying unintended system libraries adds 35e038c1d2 test-container: Install with $(all-subdirs) [BZ #24794] adds 7854ebf8ed Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ [...] adds 82c664ed75 build-many-glibcs.py: Use Linux 5.2 by default adds 7e681561a3 x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ [...] adds 50ce3eae5b gconv: Check reference count in __gconv_release_cache [BZ #24677]
No new revisions were added by this update.
Summary of changes: ChangeLog | 60 ++++++++ Makefile | 7 +- NEWS | 4 + iconv/gconv_cache.c | 9 +- locale/C-translit.h.in | 169 +++++++++++++++++++++ scripts/build-many-glibcs.py | 2 +- sysdeps/unix/sysv/linux/Makefile | 14 +- .../unix/sysv/linux/alpha/bits/socket-constants.h | 24 ++- .../unix/sysv/linux/bits/socket-constants.h | 24 ++- sysdeps/unix/sysv/linux/bits/socket.h | 98 +----------- .../unix/sysv/linux/hppa/bits/socket-constants.h | 24 ++- .../unix/sysv/linux/mips/bits/socket-constants.h | 24 ++- .../sysv/linux/powerpc/bits/socket-constants.h | 24 ++- .../unix/sysv/linux/sparc/bits/socket-constants.h | 24 ++- sysdeps/unix/sysv/linux/tst-socket-consts.py | 65 ++++++++ sysdeps/x86_64/configure | 22 +++ sysdeps/x86_64/configure.ac | 9 ++ sysdeps/x86_64/fpu/Makefile | 12 ++ 18 files changed, 484 insertions(+), 131 deletions(-) copy argp/bits/argp-ldbl.h => sysdeps/unix/sysv/linux/alpha/bits/socket-constants.h (58%) copy misc/bits/error-ldbl.h => sysdeps/unix/sysv/linux/bits/socket-constants.h (60%) copy argp/bits/argp-ldbl.h => sysdeps/unix/sysv/linux/hppa/bits/socket-constants.h (58%) copy argp/bits/argp-ldbl.h => sysdeps/unix/sysv/linux/mips/bits/socket-constants.h (58%) copy misc/bits/error-ldbl.h => sysdeps/unix/sysv/linux/powerpc/bits/socket-constan [...] copy argp/bits/argp-ldbl.h => sysdeps/unix/sysv/linux/sparc/bits/socket-constants.h (58%) create mode 100644 sysdeps/unix/sysv/linux/tst-socket-consts.py