This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 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 5 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 | 113 +++++++++++++++++++++ argp/Makefile | 2 +- argp/argp.h | 4 + bits/unistd_ext.h => argp/bits/argp-ldbl.h | 9 +- 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/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 +++ 29 files changed, 468 insertions(+), 32 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%)