From: Richard Henderson Date: Wed, 7 Mar 2012 17:19:26 +0000 (-0800) Subject: Use target-specific math_private.h in math_ldbl_opt.h. X-Git-Tag: glibc-2.16-tps~849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38842f4553f5dfebd8c276e07dbbbadc60921fef;p=thirdparty%2Fglibc.git Use target-specific math_private.h in math_ldbl_opt.h. --- diff --git a/ChangeLog b/ChangeLog index 9b6de423850..0f89a951c97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-08 Richard Henderson + + * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include , + not . + 2012-03-08 David S. Miller * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update diff --git a/sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h b/sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h index 77ab26370d2..b0b863cba54 100644 --- a/sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h +++ b/sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h @@ -37,7 +37,7 @@ #ifndef __ASSEMBLER__ # include -# include +# include /* Set temporarily to non-zero if long double should be considered the same as double. */