Add missing _finite aliases
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 23 Oct 2011 13:20:16 +0000 (15:20 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 23 Oct 2011 13:32:05 +0000 (15:32 +0200)
ChangeLog
sysdeps/ieee754/ldbl-128ibm/e_jnl.c

index 66182e7..b401ec4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
+       __ynl_finite aliases.
+
 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
 
        * sysdeps/x86_64/fpu/libm-test-ulps: Update.
index 372f942..2114753 100644 (file)
@@ -303,6 +303,7 @@ __ieee754_jnl (n, x)
   else
     return b;
 }
+strong_alias (__ieee754_jnl, __jnl_finite)
 
 #ifdef __STDC__
 long double
@@ -409,3 +410,4 @@ __ieee754_ynl (n, x)
   else
     return -b;
 }
+strong_alias (__ieee754_ynl, __ynl_finite)