From da08f647d58d674db08cdb3e61c8826c89470e2e Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Fri, 21 Dec 2012 09:15:10 +0530 Subject: Move more constants into static variables Code cleanup. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 894f183b28..fe304e41a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2013-01-02 Siddhesh Poyarekar + + * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant + MPTWO. + (__inv): Remove local variable MPTWO to use the global + constant. + * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO. + * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local + variable MPTWO. + * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and + MP3HALFS static const. + 2013-01-01 David S. Miller * po/ca.po: Update from translation team. -- cgit v1.2.3