]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add sqrtl alias.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Jul 2002 00:35:21 +0000 (00:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Jul 2002 00:35:21 +0000 (00:35 +0000)
sysdeps/powerpc/fpu/w_sqrt.c

index 968f45a00321a8a4b6b5c0f8e3ee4e66b0666218..dcf2f01ff356528783c69c0d9e12aa7b1752f9d0 100644 (file)
@@ -139,3 +139,8 @@ weak_alias (__sqrt, sqrt)
 /* Strictly, this is wrong, but the only places where _ieee754_sqrt is
    used will not pass in a negative result.  */
 strong_alias(__sqrt,__ieee754_sqrt)
+
+#ifdef NO_LONG_DOUBLE
+weak_alias (__sqrt, __sqrtl)
+weak_alias (__sqrt, sqrtl)
+#endif