about summary refs log tree commit diff
path: root/sysdeps/alpha/fpu/s_fmax.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/fpu/s_fmax.S')
-rw-r--r--sysdeps/alpha/fpu/s_fmax.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/alpha/fpu/s_fmax.S b/sysdeps/alpha/fpu/s_fmax.S
index d6c275943f..5da9e0df11 100644
--- a/sysdeps/alpha/fpu/s_fmax.S
+++ b/sysdeps/alpha/fpu/s_fmax.S
@@ -18,6 +18,7 @@
 
 #include <sysdep.h>
 #include <math_ldbl_opt.h>
+#include <libm-alias-float.h>
 #include <libm-alias-double.h>
 
         .set noat
@@ -46,6 +47,6 @@ END (__fmax)
 
 /* Given the in-register format of single-precision, this works there too.  */
 strong_alias (__fmax, __fmaxf)
-weak_alias (__fmaxf, fmaxf)
+libm_alias_float (__fmax, fmax)
 
 libm_alias_double (__fmax, fmax)