diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-27 12:02:34 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-27 12:02:34 -0500 |
commit | 135d1c7f6a6069a30be3b75461ec97285106a742 (patch) | |
tree | b2cd49a9bf9797427ed96fcf11303ec42871c6a6 /ChangeLog | |
parent | 24e9ae1bc22796990ab70475b233beaf109d1cfb (diff) | |
download | glibc-135d1c7f6a6069a30be3b75461ec97285106a742.tar.gz glibc-135d1c7f6a6069a30be3b75461ec97285106a742.tar.xz glibc-135d1c7f6a6069a30be3b75461ec97285106a742.zip |
Refactor M_ macros defined in libm-test.inc
These are local to the test suite. Rename them as a macro starting with lit_pi and a series of postfix operations to give us a constant starting with lit_pi. The lit prefix is intended to enable easy substitutions via gen-test-libm.pl if needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f400460d75..1438bd22a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2016-05-27 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + + * libm-test.inc (M_PI_34l): Rename to + (lit_pi_3_m_4_d): New Macro. + (M_PI_34_LOG10El): Rename to + (lit_pi_3_m_4_ln10_m_d): New Macro. + (M_PI2_LOG10El): Rename to + (lit_pi_2_ln10_m_d): New Macro. + (M_PI4_LOG10El): Rename to + (lit_pi_4_ln10_m_d): New Macro. + (M_PI_LOG10El): Rename to + (lit_pi_ln10_d): New Macro. + 2016-05-27 Joseph Myers <joseph@codesourcery.com> [BZ #20157] |