about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-07-03 10:43:13 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2019-03-01 15:23:16 -0300
commitea2d89d01c2be3e87eced8bb51ce5dc66d09ac35 (patch)
tree14890dd66137a5a9bae08897dd91851bbc8447e6 /ChangeLog
parent6e1f6440b99d74db314a9f1a1b27c050ef62a45c (diff)
downloadglibc-ea2d89d01c2be3e87eced8bb51ce5dc66d09ac35.tar.gz
glibc-ea2d89d01c2be3e87eced8bb51ce5dc66d09ac35.tar.xz
glibc-ea2d89d01c2be3e87eced8bb51ce5dc66d09ac35.zip
ldbl-opt: Reuse argp tests that print long double
The test case tst-ldbl-argp checks that the conversion specifier '%Lf'
correctly prints long double values with the default long double format
for a platform.  This patch reuses the test case for long double with
the same format as double (-mlong-double-64).

Tested for powerpc, powerpc64 and powerpc64le.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd1c9a5df8..80de795860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2019-03-01  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
 
+	* sysdeps/ieee754/ldbl-opt/Makefile
+	[subdir == argp] (tests-internal): Add tst-nldbl-argp.
+	[subdir == argp] ($(objpfx)tst-nldbl-argp.c): New rule.
+	[subdir == argp] (CFLAGS-tst-nldbl-argp.c): New variable.
+
+2019-03-01  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
 	[BZ #23983]
 	* argp/Makefile (headers): Add bits/argp-ldbl.h.
 	* argp/argp.h [defined __LDBL_COMPAT]: Include bits/argp-ldbl.h.