Why are these removed?
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Sep 1996 12:41:17 +0000 (12:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Sep 1996 12:41:17 +0000 (12:41 +0000)
sysdeps/m68k/fpu/e_atan2.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_atan2f.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_atan2l.c [new file with mode: 0644]

diff --git a/sysdeps/m68k/fpu/e_atan2.c b/sysdeps/m68k/fpu/e_atan2.c
new file mode 100644 (file)
index 0000000..ae7a799
--- /dev/null
@@ -0,0 +1,2 @@
+#define FUNC __ieee754_atan2
+#include <e_fmod.c>
diff --git a/sysdeps/m68k/fpu/e_atan2f.c b/sysdeps/m68k/fpu/e_atan2f.c
new file mode 100644 (file)
index 0000000..a4c5ebd
--- /dev/null
@@ -0,0 +1,2 @@
+#define FUNC __ieee754_atan2f
+#include <e_fmodf.c>
diff --git a/sysdeps/m68k/fpu/e_atan2l.c b/sysdeps/m68k/fpu/e_atan2l.c
new file mode 100644 (file)
index 0000000..0d43a77
--- /dev/null
@@ -0,0 +1,2 @@
+#define FUNC __ieee754_atan2l
+#include <e_fmodl.c>