summaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/s_fmaxl.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/s_fmaxl.S')
-rw-r--r--sysdeps/i386/fpu/s_fmaxl.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/s_fmaxl.S b/sysdeps/i386/fpu/s_fmaxl.S
index 68162921db..51264c4edc 100644
--- a/sysdeps/i386/fpu/s_fmaxl.S
+++ b/sysdeps/i386/fpu/s_fmaxl.S
@@ -17,6 +17,7 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+#include <libm-alias-ldouble.h>
#include <sysdep.h>
.text
@@ -68,4 +69,4 @@ ENTRY(__fmaxl)
faddp
ret
END(__fmaxl)
-weak_alias (__fmaxl, fmaxl)
+libm_alias_ldouble (__fmax, fmax)