diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-12-21 09:15:10 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-01-02 10:07:50 +0530 |
commit | da08f647d58d674db08cdb3e61c8826c89470e2e (patch) | |
tree | 688b963715a16be8198bb735c114ab058b3b3bac /ChangeLog | |
parent | 38686a0363dcd2ce65bebf2055864e403aab1dff (diff) | |
download | glibc-da08f647d58d674db08cdb3e61c8826c89470e2e.tar glibc-da08f647d58d674db08cdb3e61c8826c89470e2e.tar.gz glibc-da08f647d58d674db08cdb3e61c8826c89470e2e.tar.bz2 glibc-da08f647d58d674db08cdb3e61c8826c89470e2e.zip |
Move more constants into static variables
Code cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com> + + * 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 <davem@davemloft.net> * po/ca.po: Update from translation team. |