]> sourceware.org Git - glibc.git/commitdiff
Correct ChangeLog syntax for conditional change within function.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 21 Jun 2015 18:41:12 +0000 (18:41 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sun, 21 Jun 2015 18:41:12 +0000 (18:41 +0000)
ChangeLog

index 3503f3c2576dbd27ed5a29876db5ec2795904ab0..aee4136f66a0fbf80dd9bff51c2ba388be77e5bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,10 @@
 
        [BZ #16361]
        * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
-       [!USE_AS_EXPM1L] (IEEE754_EXPL): Force underflow exception for
+       (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
        tiny results.
        * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
-       [!USE_AS_EXPM1L] (IEEE754_EXPL): Force underflow exception for
+       (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
        tiny results.
        * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
        mark underflow exceptions as possibly missing for bug 16361.
This page took 0.128488 seconds and 5 git commands to generate.