From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31619 invoked by alias); 7 Dec 2012 19:24:49 -0000 Received: (qmail 31610 invoked by uid 22791); 7 Dec 2012 19:24:48 -0000 X-SWARE-Spam-Status: No, hits=-5.1 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-qc0-f169.google.com (HELO mail-qc0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Dec 2012 19:24:41 +0000 Received: by mail-qc0-f169.google.com with SMTP id t2so480557qcq.0 for ; Fri, 07 Dec 2012 11:24:40 -0800 (PST) Received: by 10.49.127.145 with SMTP id ng17mr12349485qeb.25.1354908280315; Fri, 07 Dec 2012 11:24:40 -0800 (PST) Received: from pebble.twiddle.home ([201.120.20.251]) by mx.google.com with ESMTPS id gu9sm8156496qab.4.2012.12.07.11.24.38 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Dec 2012 11:24:39 -0800 (PST) Message-ID: <50C24276.3040102@twiddle.net> Date: Fri, 07 Dec 2012 19:24:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Roland McGrath CC: libc-ports@sourceware.org Subject: Re: [COMMITTED] alpha: Fix redefinition of __isnanl macro warning References: <1354907212-13667-1-git-send-email-rth@twiddle.net> <20121207191008.3C7FC2C0A6@topped-with-meat.com> In-Reply-To: <20121207191008.3C7FC2C0A6@topped-with-meat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-12/txt/msg00037.txt.bz2 On 2012-12-07 13:10, Roland McGrath wrote: > The change you actually sent was ChangeLog.alpha only. > Argh! I've committed the rest of the patch now too. For the record, here's the composite diff: r~ diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha index 21a4f12..9be0600 100644 --- a/ports/ChangeLog.alpha +++ b/ports/ChangeLog.alpha @@ -3,6 +3,8 @@ * sysdeps/alpha/Makefile [$(subdir) = math] (CFLAGS-s_isnan.c): New variable. + * sysdeps/alpha/fpu/math_private.h (__isnanl): Remove definition. + 2012-11-30 Richard Henderson * sysdeps/alpha/fpu/libm-test-ulps: Update. diff --git a/ports/sysdeps/alpha/fpu/math_private.h b/ports/sysdeps/alpha/fpu/math_private.h index 4f270f7..22ab3b9 100644 --- a/ports/sysdeps/alpha/fpu/math_private.h +++ b/ports/sysdeps/alpha/fpu/math_private.h @@ -12,9 +12,6 @@ #ifndef __isnanf # define __isnanf __isnanf #endif -#ifndef __isnanl -# define __isnanl __isnanl -#endif #include_next