[PATCH v3 0/5] Add missing nldbl functions to libc
Gabriel F. T. Gomes
gabriel@inconstante.eti.br
Fri Dec 21 19:21:00 GMT 2018
This version is still relative to a tree with the patch to add internal
functions for the relevant argp.h, err.h, and error.h functions
<https://sourceware.org/ml/libc-alpha/2018-12/msg00581.html> applied.
Since v2, I added rules to install the new headers used for redirection.
Gabriel F. T. Gomes (5):
ldbl-opt: Add arpg_error and argp_failure (bug 23983)
ldbl-opt: Reuse argp tests that print long double
ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx
(bug 23984)
ldbl-opt: Add error and error_at_line (bug 23984)
ldbl-opt: Reuse test cases from misc/ that check long double
argp/Makefile | 2 +-
argp/argp.h | 4 +
argp/bits/argp-ldbl.h | 24 +++++
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 +-
misc/bits/err-ldbl.h | 30 ++++++
misc/bits/error-ldbl.h | 24 +++++
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 +++
28 files changed, 409 insertions(+), 23 deletions(-)
create mode 100644 argp/bits/argp-ldbl.h
create mode 100644 include/bits/argp-ldbl.h
create mode 100644 include/bits/err-ldbl.h
create mode 100644 include/bits/error-ldbl.h
create mode 100644 misc/bits/err-ldbl.h
create mode 100644 misc/bits/error-ldbl.h
--
2.14.5
More information about the Libc-alpha
mailing list