From: Ulrich Drepper Date: Sat, 22 Oct 2011 17:18:08 +0000 (-0400) Subject: Merge branch 'master' of ssh://sourceware.org/git/glibc X-Git-Tag: glibc-2.15~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc36f153e7f35d8c890871528438bb8ade99886;p=thirdparty%2Fglibc.git Merge branch 'master' of ssh://sourceware.org/git/glibc --- dbc36f153e7f35d8c890871528438bb8ade99886 diff --cc ChangeLog index a969195ba74,4d0651aa0d7..d36e8485b8e --- a/ChangeLog +++ b/ChangeLog @@@ -1,29 -1,13 +1,37 @@@ + 2011-10-22 Andreas Schwab + + * math/s_nan.c: Undef __nan. + * math/s_nanf.c: Undef __nanf. + * math/s_nanl.c: Undef __nanl. + * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include before + "math_private.h". + 2011-10-22 Ulrich Drepper + * math/s_catan.c: Add branch predictions. + * math/s_catanf.c: Likewise. + * math/s_catanh.c: Likewise. + * math/s_catanhf.c: Likewise. + * math/s_catanhl.c: Likewise. + * math/s_catanl.c: Likewise. + * math/s_cexp.c: Likewise. + * math/s_cexpf.c: Likewise. + * math/s_cexpl.c: Likewise. + * math/s_clog.c: Likewise. + * math/s_clog10.c: Likewise. + * math/s_clog10f.c: Likewise. + * math/s_clog10l.c: Likewise. + * math/s_clogf.c: Likewise. + * math/s_clogl.c: Likewise. + * math/s_csqrt.c: Likewise. + * math/s_csqrtf.c: Likewise. + * math/s_csqrtl.c: Likewise. + * math/s_ctanf.c: Likewise. + * math/s_ctanh.c: Likewise. + * math/s_ctanhf.c: Likewise. + * math/s_ctanhl.c: Likewise. + * math/s_ctanl.c: Likewise. + * math/math_private.h: Define __nan, __nanf, __nanl. * math/s_cacosh.c: Include . * math/s_cacoshl.c: Likewise.