diff options
author | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2018-08-07 18:06:58 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2019-03-01 15:32:49 -0300 |
commit | f0eaf86276547f4f1984469b651b3e9968858b85 (patch) | |
tree | 72b2a3ac48eecb7650440a0d64c05ab4e4d7327f /ChangeLog | |
parent | d11086a9391b6066458947b80c0d0059b6b461d8 (diff) | |
download | glibc-f0eaf86276547f4f1984469b651b3e9968858b85.tar glibc-f0eaf86276547f4f1984469b651b3e9968858b85.tar.gz glibc-f0eaf86276547f4f1984469b651b3e9968858b85.tar.bz2 glibc-f0eaf86276547f4f1984469b651b3e9968858b85.zip |
ldbl-opt: Reuse test cases from misc/ that check long double
This patch adds test cases for the compatibility versions of the
functions: err, errx, verr, verrx, warn, warnx, vwarn, vwarnx (from
err.h), error, and error_at_line (from error.h), when long double has
the same format as double (-mlong-double-64).
Tested for powerpc, powerpc64 and powerpc64le.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br> + * misc/tst-ldbl-error.c (do_one_test): Adapt for reuse by nldbl + tests. + (do_test): Likewise. + * misc/tst-ldbl-warn.c (do_one_test): Likewise. + (do_test_call_varg): Likewise. + (do_test_call_rarg): Likewise. + * sysdeps/ieee754/ldbl-opt/Makefile + [subdir == misc] (tests-internal): Add tst-nldbl-warn, + tst-nldbl-error. + ($(objpfx)tst-nldbl-warn.c): New rule. + ($(objpfx)tst-nldbl-error.c): Likewise. + (CFLAGS-tst-nldbl-warn.c, CFLAGS-tst-nldbl-error.c): + New variables. + +2019-03-01 Gabriel F. T. Gomes <gabriel@inconstante.eti.br> + [BZ #23984] * include/bits/error-ldbl.h: New file. * include/error.h: Include stdarg.h. Declare internal functions |