aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r--sysdeps/m68k/fpu/e_log2f.c2
-rw-r--r--sysdeps/m68k/fpu/e_log2l.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/e_log2f.c b/sysdeps/m68k/fpu/e_log2f.c
index ed74933631..6b4907686d 100644
--- a/sysdeps/m68k/fpu/e_log2f.c
+++ b/sysdeps/m68k/fpu/e_log2f.c
@@ -1,2 +1,2 @@
-#define FUNC __ieee754_log10f
+#define FUNC __ieee754_log2f
#include <e_acosf.c>
diff --git a/sysdeps/m68k/fpu/e_log2l.c b/sysdeps/m68k/fpu/e_log2l.c
index 795cfba8c5..4c92a11acf 100644
--- a/sysdeps/m68k/fpu/e_log2l.c
+++ b/sysdeps/m68k/fpu/e_log2l.c
@@ -1,2 +1,2 @@
-#define FUNC __ieee754_log10l
+#define FUNC __ieee754_log2l
#include <e_acosl.c>