mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
alpha: Fix redefinition of __isnanl macro warning
In bdd7898a58
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.
This commit is contained in:
parent
1aec5f74bb
commit
3cb3bb9b40
@ -3,6 +3,8 @@
|
|||||||
* sysdeps/alpha/Makefile [$(subdir) = math]
|
* sysdeps/alpha/Makefile [$(subdir) = math]
|
||||||
(CFLAGS-s_isnan.c): New variable.
|
(CFLAGS-s_isnan.c): New variable.
|
||||||
|
|
||||||
|
* sysdeps/alpha/fpu/math_private.h (__isnanl): Remove definition.
|
||||||
|
|
||||||
2012-11-30 Richard Henderson <rth@redhat.com>
|
2012-11-30 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* sysdeps/alpha/fpu/libm-test-ulps: Update.
|
* sysdeps/alpha/fpu/libm-test-ulps: Update.
|
||||||
|
Loading…
Reference in New Issue
Block a user