mirror of git://sourceware.org/git/glibc.git
Correct ChangeLog syntax for conditional change within function.
This commit is contained in:
parent
7540cfc5a8
commit
fea1d8d673
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
[BZ #16361]
|
[BZ #16361]
|
||||||
* sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
|
* 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.
|
tiny results.
|
||||||
* sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
|
* 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.
|
tiny results.
|
||||||
* math/auto-libm-test-in: Add more tests of exp and exp10. Do not
|
* math/auto-libm-test-in: Add more tests of exp and exp10. Do not
|
||||||
mark underflow exceptions as possibly missing for bug 16361.
|
mark underflow exceptions as possibly missing for bug 16361.
|
||||||
|
|
Loading…
Reference in New Issue