From 8de8ca1b9429b95aab124e2351d0c45fcf2a369e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 Sep 1996 12:41:17 +0000 Subject: [PATCH] Why are these removed? --- sysdeps/m68k/fpu/e_atan2.c | 2 ++ sysdeps/m68k/fpu/e_atan2f.c | 2 ++ sysdeps/m68k/fpu/e_atan2l.c | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 sysdeps/m68k/fpu/e_atan2.c create mode 100644 sysdeps/m68k/fpu/e_atan2f.c create mode 100644 sysdeps/m68k/fpu/e_atan2l.c diff --git a/sysdeps/m68k/fpu/e_atan2.c b/sysdeps/m68k/fpu/e_atan2.c new file mode 100644 index 0000000..ae7a799 --- /dev/null +++ b/sysdeps/m68k/fpu/e_atan2.c @@ -0,0 +1,2 @@ +#define FUNC __ieee754_atan2 +#include diff --git a/sysdeps/m68k/fpu/e_atan2f.c b/sysdeps/m68k/fpu/e_atan2f.c new file mode 100644 index 0000000..a4c5ebd --- /dev/null +++ b/sysdeps/m68k/fpu/e_atan2f.c @@ -0,0 +1,2 @@ +#define FUNC __ieee754_atan2f +#include diff --git a/sysdeps/m68k/fpu/e_atan2l.c b/sysdeps/m68k/fpu/e_atan2l.c new file mode 100644 index 0000000..0d43a77 --- /dev/null +++ b/sysdeps/m68k/fpu/e_atan2l.c @@ -0,0 +1,2 @@ +#define FUNC __ieee754_atan2l +#include -- 2.7.4