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-arm-spec2k6-Oz_LTO in repository toolchain/ci/glibc.
from aa32f5bf0c powerpc: Use generic e_expf adds d039da1c00 x86: Add sysdeps/x86/dl-lookupcfg.h adds a620bd7935 Linux: Adjust gedents64 buffer size to int range [BZ #24740] adds 1626f499d1 Prepare vfprintf to use __printf_fp/__printf_fphex with floa [...] adds 5a659ccc0e io: Remove copy_file_range emulation [BZ #24744] adds 17432d7150 support: Add xdlvsym function adds f0b2132b35 ld.so: Support moving versioned symbols between sonames [BZ #24741] adds 589787f889 Replace PREPARE_VERSION macro with inline function adds 507f55c05f Linux: Use mmap instead of malloc in dirent/tst-getdents64 adds afe23eb0f1 Bump up the runtime for "short" benchmarks adds d064591266 Further improve string bench timing
No new revisions were added by this update.
Summary of changes: ChangeLog | 153 ++++++ NEWS | 14 + benchtests/bench-math-inlines.c | 2 +- benchtests/bench-memccpy.c | 2 +- benchtests/bench-memchr.c | 2 +- benchtests/bench-memcmp.c | 2 +- benchtests/bench-rawmemchr.c | 2 +- benchtests/bench-strcat.c | 2 +- benchtests/bench-strchr.c | 2 +- benchtests/bench-strcmp.c | 2 +- benchtests/bench-strcpy_chk.c | 2 +- benchtests/bench-string.h | 6 +- benchtests/bench-strlen.c | 2 +- benchtests/bench-strncat.c | 2 +- benchtests/bench-strncmp.c | 2 +- benchtests/bench-strncpy.c | 2 +- benchtests/bench-strnlen.c | 2 +- benchtests/bench-strrchr.c | 2 +- benchtests/bench-strstr.c | 2 +- benchtests/bench-strtod.c | 2 +- elf/Makefile | 28 +- elf/dl-lookup.c | 38 +- .../tst-sonamemove-dlopen.c | 17 +- posix/tst-fnmatch5.c => elf/tst-sonamemove-link.c | 33 +- .../tst-sonamemove-linkmod1.c | 11 +- elf/tst-sonamemove-linkmod1.map | 3 + elf/{tst-audit13.c => tst-sonamemove-runmod1.c} | 13 +- elf/tst-sonamemove-runmod1.map | 3 + elf/{tst-audit13.c => tst-sonamemove-runmod2.c} | 14 +- elf/tst-sonamemove-runmod2.map | 3 + 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 +-------------------- libio/libioP.h | 20 +- manual/llio.texi | 10 +- stdio-common/printf-parse.h | 3 + stdio-common/vfprintf-internal.c | 73 ++- support/xdlfcn.c | 20 + support/xdlfcn.h | 1 + sysdeps/unix/sysv/linux/alpha/kernel-features.h | 1 - sysdeps/unix/sysv/linux/arm/kernel-features.h | 1 - sysdeps/unix/sysv/linux/copy_file_range.c | 21 +- sysdeps/unix/sysv/linux/dl-vdso.h | 18 +- sysdeps/unix/sysv/linux/getdents64.c | 5 + sysdeps/unix/sysv/linux/kernel-features.h | 4 - .../unix/sysv/linux/microblaze/kernel-features.h | 5 - sysdeps/unix/sysv/linux/mips/mips64/getdents64.c | 6 + sysdeps/unix/sysv/linux/sh/kernel-features.h | 1 - sysdeps/unix/sysv/linux/tst-getdents64.c | 50 ++ sysdeps/{i386 => x86}/dl-lookupcfg.h | 0 sysdeps/x86_64/dl-lookupcfg.h | 31 -- 53 files changed, 465 insertions(+), 946 deletions(-) copy libio/tst-wfile-gconv.c => elf/tst-sonamemove-dlopen.c (66%) copy posix/tst-fnmatch5.c => elf/tst-sonamemove-link.c (55%) copy support/xpthread_attr_setstack.c => elf/tst-sonamemove-linkmod1.c (73%) create mode 100644 elf/tst-sonamemove-linkmod1.map copy elf/{tst-audit13.c => tst-sonamemove-runmod1.c} (83%) create mode 100644 elf/tst-sonamemove-runmod1.map copy elf/{tst-audit13.c => tst-sonamemove-runmod2.c} (80%) create mode 100644 elf/tst-sonamemove-runmod2.map delete mode 100644 io/copy_file_range-compat.c delete mode 100644 io/tst-copy_file_range-compat.c rename sysdeps/{i386 => x86}/dl-lookupcfg.h (100%) delete mode 100644 sysdeps/x86_64/dl-lookupcfg.h