From 5188b973250523d3e9c80ea3ab4001f696e6fa1a Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Wed, 8 Jun 2016 14:56:04 -0500 Subject: Generate new format names in auto-libm-test-out This converts the inclusion macro for each test to use the format specific macro. In addition, the format specifier is removed as it is applied via the LIT() macro which is itself applied when converting the auto inputs and libm-test.inc into libm-test.c. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1089576c0e..9d52639e88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2016-06-08 Paul E. Murphy + + * math/gen-auto-libm-test.c (fp_format_desc): remove + suffix member. + (output_generic_value): Remove usage of suffix member, + and the resulting unuse of the fp_format argument. + (output_for_one_input_case): Remove unused fp_format + parameter. + + * math/auto-libm-test-out: Regenerate. + + * math/libm-test.inc (TEST_COND_ldbl_128ibm): replace + usage with TEST_COND_ibm128. + (TEST_COND_flt_32): Remove. + (TEST_COND_dbl_64): Remove. + (TEST_COND_ldbl_96_intel): Remove. + (TEST_COND_ldbl_96_m68k): Remove. + (TEST_COND_ldbl_128): Remove. + 2016-06-08 Paul E. Murphy * auto-libm-test-in: -- cgit 1.4.1