From: Joseph Myers Date: Sun, 21 Jun 2015 18:41:12 +0000 (+0000) Subject: Correct ChangeLog syntax for conditional change within function. X-Git-Tag: glibc-2.22~162 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=fea1d8d67363c8b675a4c2533769ae12dc86efff;p=glibc.git Correct ChangeLog syntax for conditional change within function. --- 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.