summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-06-21 18:41:12 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-06-21 18:41:12 +0000
commitfea1d8d67363c8b675a4c2533769ae12dc86efff (patch)
treea5391f02d917742a2500893bb2877f94cdf6efa3
parent7540cfc5a8c39eca9ba7b631dd30b35f6530f54d (diff)
downloadglibc-fea1d8d67363c8b675a4c2533769ae12dc86efff.tar.gz
Correct ChangeLog syntax for conditional change within function.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3503f3c257..aee4136f66 100644
--- 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.