diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-10-14 13:28:13 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-06 05:47:03 -0600 |
commit | 8e4e7ba2d710f4912b6a7f3d7847bbc531fa2a01 (patch) | |
tree | 54508340f51509e14e43e336aa654daac67674dd /sysdeps/powerpc/powerpc32/fpu | |
parent | ddba588e2d9e2b2db88000561192df02580c319e (diff) | |
download | glibc-8e4e7ba2d710f4912b6a7f3d7847bbc531fa2a01.tar.gz glibc-8e4e7ba2d710f4912b6a7f3d7847bbc531fa2a01.tar.xz glibc-8e4e7ba2d710f4912b6a7f3d7847bbc531fa2a01.zip |
PowerPC: multiarch isnan/isnanf for PowerPC32
Diffstat (limited to 'sysdeps/powerpc/powerpc32/fpu')
-rw-r--r-- | sysdeps/powerpc/powerpc32/fpu/s_isnan.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/powerpc/powerpc32/fpu/s_isnan.S b/sysdeps/powerpc/powerpc32/fpu/s_isnan.S index 98d10daf68..024252a5ca 100644 --- a/sysdeps/powerpc/powerpc32/fpu/s_isnan.S +++ b/sysdeps/powerpc/powerpc32/fpu/s_isnan.S @@ -37,9 +37,11 @@ weak_alias (__isnan, isnan) /* It turns out that the 'double' version will also always work for single-precision. */ +#ifndef __isnan strong_alias (__isnan, __isnanf) hidden_def (__isnanf) weak_alias (__isnanf, isnanf) +#endif #ifdef NO_LONG_DOUBLE strong_alias (__isnan, __isnanl) |