summaryrefslogtreecommitdiff
path: root/soft-fp/fmatf4.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fmatf4.c')
-rw-r--r--soft-fp/fmatf4.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fmatf4.c b/soft-fp/fmatf4.c
index 553a7ad3f8..79be52c4f1 100644
--- a/soft-fp/fmatf4.c
+++ b/soft-fp/fmatf4.c
@@ -27,6 +27,7 @@
#include <math.h>
#include <libc-diag.h>
+#include <libm-alias-ldouble.h>
/* R_e is not set in cases where it is not used in packing, but the
compiler does not see that it is set in all cases where it is
@@ -62,4 +63,4 @@ __fmal (long double a, long double b, long double c)
}
DIAG_POP_NEEDS_COMMENT;
-weak_alias (__fmal, fmal)
+libm_alias_ldouble (__fma, fma)