From ea705eb5ec1cf12525ab5c668e89ca28962978c6 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 3 Aug 2018 16:56:02 +0000 Subject: Consistently terminate libm-test-*.inc TEST lines with commas. Some TEST_* lines in libm-test-*.inc end with semicolons not commas. This works at present because gen-libm-test.pl ignores whatever comes after the TEST_* call, but is logically wrong (since the TEST_* calls generate array elements, not statements) and the Python replacement for gen-libm-test.pl that I'm working on is stricter about the syntax here. This patch fixes the lines in question to use commas like most such lines already do. Tested for x86_64. * math/libm-test-ilogb.inc (ilogb_test_data): Use ',' not ';' after TEST_* calls. * math/libm-test-llogb.inc (llogb_test_data): Likewise. * math/libm-test-logb.inc (logb_test_data): Likewise. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a36567afc9..cd894ed11a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-08-03 Joseph Myers + + * math/libm-test-ilogb.inc (ilogb_test_data): Use ',' not ';' + after TEST_* calls. + * math/libm-test-llogb.inc (llogb_test_data): Likewise. + * math/libm-test-logb.inc (logb_test_data): Likewise. + 2018-08-03 Wilco Dijkstra * string/strcasestr.c (STRCASESTR): Simplify and speedup first match. -- cgit 1.4.1