diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-06-08 14:56:04 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-06-08 14:56:04 -0500 |
commit | 5188b973250523d3e9c80ea3ab4001f696e6fa1a (patch) | |
tree | 031e77bb288dbc2b7f24921abece628a6cc6a79f /ChangeLog | |
parent | 760723ec6ec6cf0e4bc9d46a248058625fa6e0ed (diff) | |
download | glibc-5188b973250523d3e9c80ea3ab4001f696e6fa1a.tar.gz glibc-5188b973250523d3e9c80ea3ab4001f696e6fa1a.tar.xz glibc-5188b973250523d3e9c80ea3ab4001f696e6fa1a.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1089576c0e..9d52639e88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ 2016-06-08 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + * 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 <murphyp@linux.vnet.ibm.com> + * auto-libm-test-in: Replace flt-32 usage with binary32. Replace dbl-64 usage with binary64. |