From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7036 invoked by alias); 6 Jun 2012 21:52:33 -0000 Received: (qmail 7006 invoked by uid 22791); 6 Jun 2012 21:52:30 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pz0-f41.google.com (HELO mail-pz0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jun 2012 21:52:12 +0000 Received: by dakp5 with SMTP id p5so9849091dak.0 for ; Wed, 06 Jun 2012 14:52:11 -0700 (PDT) Received: by 10.68.226.168 with SMTP id rt8mr1948067pbc.23.1339019531765; Wed, 06 Jun 2012 14:52:11 -0700 (PDT) Received: from anchor.twiddle.home ([173.160.232.49]) by mx.google.com with ESMTPS id to1sm1658307pbc.27.2012.06.06.14.52.10 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Jun 2012 14:52:11 -0700 (PDT) From: Richard Henderson To: libc-ports@sourceware.org Subject: [PATCH 3/5] alpha: Fix ev4 build with ev6 compiler Date: Wed, 06 Jun 2012 21:52:00 -0000 Message-Id: <1339019524-32478-3-git-send-email-rth@twiddle.net> In-Reply-To: <1339019524-32478-1-git-send-email-rth@twiddle.net> References: <1339019524-32478-1-git-send-email-rth@twiddle.net> X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00016.txt.bz2 --- ChangeLog.alpha | 3 +++ sysdeps/alpha/fpu/e_sqrt.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletions(-) 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) -- 1.7.7.6