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-release-aarch64-spec2k6-O2 in repository toolchain/ci/glibc.
from 34fb5f61d3 libio: do not attempt to free wide buffers of legacy streams [...] adds da347f4aa3 io: Remove copy_file_range emulation [BZ #24744] adds a00dc2a18f NEWS: Add deprecated section heading adds 53f48f845c aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS adds 4163c382f0 aarch64: handle STO_AARCH64_VARIANT_PCS adds 2d3fefd7ce posix: Fix large mmap64 offset for mips64n32 (BZ#24699) adds 23ef51a50a alpha: Do not redefine __NR_shmat or __NR_osf_shmat adds 6d8eaf4a25 hppa: Update libm-tests-ulps
No new revisions were added by this update.
Summary of changes: ChangeLog | 74 +++ NEWS | 11 + elf/elf.h | 7 + io/Makefile | 5 - io/copy_file_range-compat.c | 160 ------ io/copy_file_range.c | 16 +- io/tst-copy_file_range-compat.c | 30 -- io/tst-copy_file_range.c | 560 +-------------------- manual/llio.texi | 10 +- posix/tst-mmap-offset.c | 9 +- sysdeps/aarch64/dl-machine.h | 35 +- sysdeps/generic/mmap_info.h | 16 + sysdeps/hppa/fpu/libm-test-ulps | 88 ++-- sysdeps/unix/sysv/linux/alpha/kernel-features.h | 7 +- sysdeps/unix/sysv/linux/alpha/sysdep.h | 4 +- sysdeps/unix/sysv/linux/arm/kernel-features.h | 1 - sysdeps/unix/sysv/linux/copy_file_range.c | 21 +- sysdeps/unix/sysv/linux/kernel-features.h | 4 - .../unix/sysv/linux/microblaze/kernel-features.h | 5 - sysdeps/unix/sysv/linux/mips/mmap_info.h | 13 + sysdeps/unix/sysv/linux/mmap64.c | 9 +- sysdeps/unix/sysv/linux/sh/kernel-features.h | 1 - 22 files changed, 247 insertions(+), 839 deletions(-) delete mode 100644 io/copy_file_range-compat.c delete mode 100644 io/tst-copy_file_range-compat.c create mode 100644 sysdeps/generic/mmap_info.h create mode 100644 sysdeps/unix/sysv/linux/mips/mmap_info.h