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 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 new 7e681561a3 x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ [...]
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 | 45 ++++++++++ Makefile | 7 +- 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 +++ 15 files changed, 290 insertions(+), 128 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