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 462e83a4a0 Add more spaces before '('. adds 36f30c104f __netlink_assert_response: Add more __libc_fatal newlines [B [...] adds 928b305d3f S390: Fix introduction of __wcscpy and weak wcscpy symbols. new c259196b50 elf/tst-big-note: Improve accuracy of test [BZ #20419] new 6e1f6440b9 ldbl-opt: Add argp_error and argp_failure (bug 23983) new ea2d89d01c ldbl-opt: Reuse argp tests that print long double new 90188e7d1a ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, an [...] new d11086a939 ldbl-opt: Add error and error_at_line (bug 23984) new f0eaf86276 ldbl-opt: Reuse test cases from misc/ that check long double
The 6 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 | 132 +++++++++++++++++++++ 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 +++ 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/s390/wcscpy-vx.S | 6 +- sysdeps/unix/sysv/linux/alpha/libc.abilist | 12 ++ sysdeps/unix/sysv/linux/netlink_assert_response.c | 4 +- .../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 ++ 33 files changed, 509 insertions(+), 39 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%)