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.
omits 50ce3eae5b gconv: Check reference count in __gconv_release_cache [BZ #24677] omits 7e681561a3 x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ [...] omits 82c664ed75 build-many-glibcs.py: Use Linux 5.2 by default omits 7854ebf8ed Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ [...] omits 35e038c1d2 test-container: Install with $(all-subdirs) [BZ #24794] omits 95da14dac0 test-container: Avoid copying unintended system libraries omits dcf36bcad3 Add NEWS entry about the new AArch64 IFUNC resolver call ABI
This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os ( [...] \ O -- O -- O (50ce3eae5b)
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes: ChangeLog | 55 ------------ Makefile | 7 +- NEWS | 4 - iconv/gconv_cache.c | 9 +- scripts/build-many-glibcs.py | 2 +- sysdeps/unix/sysv/linux/Makefile | 14 +--- .../unix/sysv/linux/alpha/bits/socket-constants.h | 38 --------- sysdeps/unix/sysv/linux/bits/socket-constants.h | 38 --------- sysdeps/unix/sysv/linux/bits/socket.h | 98 ++++++++++++++++++++-- .../unix/sysv/linux/hppa/bits/socket-constants.h | 38 --------- .../unix/sysv/linux/mips/bits/socket-constants.h | 38 --------- .../sysv/linux/powerpc/bits/socket-constants.h | 38 --------- .../unix/sysv/linux/sparc/bits/socket-constants.h | 38 --------- 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 --- 17 files changed, 101 insertions(+), 424 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/alpha/bits/socket-constants.h delete mode 100644 sysdeps/unix/sysv/linux/bits/socket-constants.h delete mode 100644 sysdeps/unix/sysv/linux/hppa/bits/socket-constants.h delete mode 100644 sysdeps/unix/sysv/linux/mips/bits/socket-constants.h delete mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/socket-constants.h delete mode 100644 sysdeps/unix/sysv/linux/sparc/bits/socket-constants.h delete mode 100644 sysdeps/unix/sysv/linux/tst-socket-consts.py