From: Richard Henderson Date: Wed, 6 Jun 2012 21:39:23 +0000 (-0700) Subject: alpha: Fix ev4 build with ev6 compiler X-Git-Tag: upstream/2.30~10627^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43ac6d266566b995c0c184dd964987c23ce1e969;p=external%2Fglibc.git alpha: Fix ev4 build with ev6 compiler --- diff --git a/ChangeLog.alpha b/ChangeLog.alpha index ceee910..0598d7e 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,5 +1,8 @@ 2012-06-06 Richard Henderson + * sysdeps/alpha/fpu/e_sqrt.c: Include before + redefining __ieee758_sqrt. + * sysdeps/alpha/alphaev6/stxcpy.S: Use cfi markup instead of dual ecoff procedure descriptors. * sysdeps/alpha/alphaev6/stxncpy.S: Likewise. diff --git a/sysdeps/alpha/fpu/e_sqrt.c b/sysdeps/alpha/fpu/e_sqrt.c index 22b24b5..ad10dad 100644 --- a/sysdeps/alpha/fpu/e_sqrt.c +++ b/sysdeps/alpha/fpu/e_sqrt.c @@ -16,7 +16,8 @@ License along with the GNU C Library. If not, see . */ -#include +#include +#include #if !defined(_IEEE_FP_INEXACT)