aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-12-07 13:05:39 -0600
committerRichard Henderson <rth@twiddle.net>2012-12-07 13:05:39 -0600
commit3cb3bb9b40e7302b0f89b1606b91ddc35e161688 (patch)
treebf162979b4fbdfa1ce529604e0caf3d344870892
parent1aec5f74bbb3c72971aa2b8317abf735ec1b7051 (diff)
downloadglibc-3cb3bb9b40e7302b0f89b1606b91ddc35e161688.tar
glibc-3cb3bb9b40e7302b0f89b1606b91ddc35e161688.tar.gz
glibc-3cb3bb9b40e7302b0f89b1606b91ddc35e161688.tar.bz2
glibc-3cb3bb9b40e7302b0f89b1606b91ddc35e161688.zip
alpha: Fix redefinition of __isnanl macro warning
In bdd7898a58bd76ac3b411a4931ff3f9e77eabe6a we added self-definitions of __isnan and friends in order to indicate specialized architecture support, and avoid redefinitions within various generic math_private.h. There is no generic math_private.h that concerns ldbl-128, and while we provide __isnanl in the alpha math_private.h there's no need to protect the function against redefinition.
-rw-r--r--ports/ChangeLog.alpha2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha
index 21a4f12cb4..9be0600601 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.