This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from b1ec623ed5 x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591] adds 4d8cf564a2 support: Fix hurd build after bfddda2570331d adds be60d70166 Update arm libm-tests-ulps adds a4dceb2684 socket: Add CFLAGS-accept.c and CFLAGS-connect.c adds e21b7c87e8 Update Nios II libm-test-ulps. adds 595c22ecd8 x86-64: Fix ifdef indentation in strlen-evex.S adds 9acda61d94 Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #1 [...] adds 1d64e962ab i386: Update ulps adds 52c512bc56 ia64: Fix build after 9acda61d94ac adds edb0ba79a1 ia64: Update ulps adds 69499bb6ee aarch64: free tlsdesc data on dlclose [BZ #27403] adds 395be7c218 elf: Fix data race in _dl_name_match_p [BZ #21349] adds ebde2baeb5 Update sv_SE to treate 'W' as a distinct character (Bug 25036) adds 5f6ff07dbf m68: Fix build after 9acda61d94ac adds e9eeeb3a58 Update hppa libm-test-ulps adds 0a282de11b malloc: Run tst-malloc-stats-cancellation via test-driver.c adds bf6b6243c9 sys: Fixes possible typo in comment: statfs -> statvfs adds d1a3dcabf2 tunables: Fix comparison of tunable values adds 43576de04a Improve the accuracy of tgamma (BZ #26983) new e06e6554c3 aarch64: update libm test ulps new 2d690bbb17 arm: update libm test ulps
The 2 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: elf/dl-load.c | 18 +- elf/dl-misc.c | 4 +- elf/dl-tunable-types.h | 17 + elf/dl-tunables.c | 25 +- elf/dl-tunables.h | 18 + io/Makefile | 2 - io/sys/statvfs.h | 2 +- localedata/locales/sv_SE | 26 +- localedata/sv_SE.ISO-8859-1.in | 4 +- localedata/sv_SE.UTF-8.in | 4 +- malloc/tst-malloc-stats-cancellation.c | 6 +- math/auto-libm-test-in | 26 +- math/auto-libm-test-out-j0 | 50 +++ math/auto-libm-test-out-j1 | 50 +++ math/auto-libm-test-out-tgamma | 276 +++++++++++++ math/auto-libm-test-out-y0 | 50 +++ math/auto-libm-test-out-y1 | 75 ++++ math/mul_split.h | 65 ++++ socket/Makefile | 2 + support/support_stat_nanoseconds.c | 2 +- sysdeps/{arm => aarch64}/dl-lookupcfg.h | 0 sysdeps/aarch64/libm-test-ulps | 72 ++-- sysdeps/arm/libm-test-ulps | 54 +-- sysdeps/hppa/fpu/libm-test-ulps | 52 +-- sysdeps/i386/fpu/libm-test-ulps | 40 +- sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 34 +- sysdeps/ia64/fpu/libm-test-ulps | 97 ++--- sysdeps/ia64/fpu/s_roundf.S | 6 +- sysdeps/ia64/fpu/s_sincosf_data.c | 1 - sysdeps/ieee754/dbl-64/e_gamma_r.c | 37 +- sysdeps/ieee754/flt-32/e_j0f.c | 515 +++++++++++++++++++++++-- sysdeps/ieee754/flt-32/e_j1f.c | 512 ++++++++++++++++++++++-- sysdeps/ieee754/flt-32/reduce_aux.h | 64 +++ sysdeps/m68k/m680x0/fpu/s_sincosf_data.c | 1 - sysdeps/nios2/libm-test-ulps | 17 +- sysdeps/powerpc/fpu/libm-test-ulps | 62 +-- sysdeps/s390/fpu/libm-test-ulps | 68 ++-- sysdeps/sparc/fpu/libm-test-ulps | 68 ++-- sysdeps/x86_64/fpu/libm-test-ulps | 82 ++-- sysdeps/x86_64/multiarch/strlen-evex.S | 16 +- 40 files changed, 2064 insertions(+), 456 deletions(-) copy sysdeps/{arm => aarch64}/dl-lookupcfg.h (100%) delete mode 100644 sysdeps/ia64/fpu/s_sincosf_data.c create mode 100644 sysdeps/ieee754/flt-32/reduce_aux.h delete mode 100644 sysdeps/m68k/m680x0/fpu/s_sincosf_data.c