public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: Roland McGrath <roland@hack.frob.com>
Cc: libc-ports@sourceware.org
Subject: Re: [COMMITTED] alpha: Fix redefinition of __isnanl macro warning
Date: Fri, 07 Dec 2012 19:24:00 -0000	[thread overview]
Message-ID: <50C24276.3040102@twiddle.net> (raw)
In-Reply-To: <20121207191008.3C7FC2C0A6@topped-with-meat.com>

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  <rth@redhat.com>
 
 	* 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 <math_private.h>
 

      reply	other threads:[~2012-12-07 19:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-07 19:07 Richard Henderson
2012-12-07 19:10 ` Roland McGrath
2012-12-07 19:24   ` Richard Henderson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50C24276.3040102@twiddle.net \
    --to=rth@twiddle.net \
    --cc=libc-ports@sourceware.org \
    --cc=roland@hack.frob.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).