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-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 928b305d3f S390: Fix introduction of __wcscpy and weak wcscpy symbols. adds c259196b50 elf/tst-big-note: Improve accuracy of test [BZ #20419] adds 6e1f6440b9 ldbl-opt: Add argp_error and argp_failure (bug 23983) adds ea2d89d01c ldbl-opt: Reuse argp tests that print long double adds 90188e7d1a ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, an [...] adds d11086a939 ldbl-opt: Add error and error_at_line (bug 23984) adds f0eaf86276 ldbl-opt: Reuse test cases from misc/ that check long double adds 31effacee2 ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162]
No new revisions were added by this update.
Summary of changes: ChangeLog | 127 +++++++++++++++++++++ argp/Makefile | 2 +- argp/argp.h | 4 + bits/unistd_ext.h => argp/bits/argp-ldbl.h | 9 +- elf/Makefile | 9 +- elf/tst-big-note-lib.S | 10 +- include/argp.h | 11 ++ include/bits/argp-ldbl.h | 1 + include/bits/err-ldbl.h | 1 + include/bits/error-ldbl.h | 1 + include/err.h | 9 ++ include/error.h | 14 +++ localedata/locales/ja_JP | 2 +- misc/Makefile | 3 +- bits/unistd_ext.h => misc/bits/err-ldbl.h | 15 ++- bits/unistd_ext.h => misc/bits/error-ldbl.h | 9 +- misc/err.h | 4 + misc/error.h | 12 +- misc/tst-ldbl-error.c | 25 ++-- misc/tst-ldbl-warn.c | 20 +++- sysdeps/ieee754/ldbl-opt/Makefile | 26 +++++ sysdeps/ieee754/ldbl-opt/Versions | 6 + sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 104 +++++++++++++++++ sysdeps/ieee754/ldbl-opt/nldbl-compat.h | 15 +++ sysdeps/unix/sysv/linux/alpha/libc.abilist | 12 ++ .../sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 12 ++ .../linux/powerpc/powerpc32/nofpu/libc.abilist | 12 ++ .../sysv/linux/powerpc/powerpc64/be/libc.abilist | 12 ++ .../sysv/linux/powerpc/powerpc64/le/libc.abilist | 12 ++ sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist | 12 ++ sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 12 ++ sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 12 ++ 32 files changed, 498 insertions(+), 37 deletions(-) copy bits/unistd_ext.h => argp/bits/argp-ldbl.h (78%) create mode 100644 include/bits/argp-ldbl.h create mode 100644 include/bits/err-ldbl.h create mode 100644 include/bits/error-ldbl.h copy bits/unistd_ext.h => misc/bits/err-ldbl.h (69%) copy bits/unistd_ext.h => misc/bits/error-ldbl.h (78%)