From: Richard Henderson Date: Wed, 6 Jun 2012 21:39:23 +0000 (-0700) Subject: alpha: Fix ev4 build with ev6 compiler X-Git-Tag: glibc-2.16-ports-before-merge~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43ac6d266566b995c0c184dd964987c23ce1e969;p=thirdparty%2Fglibc.git alpha: Fix ev4 build with ev6 compiler --- diff --git a/ChangeLog.alpha b/ChangeLog.alpha index ceee910c3c7..0598d7ee193 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 22b24b53f35..ad10dade037 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)