This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED] alpha: Fix redefinition of __isnanl macro warning


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>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]