Sun Jun 9 20:40:00 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
authorRoland McGrath <roland@gnu.org>
Mon, 10 Jun 1996 09:23:00 +0000 (09:23 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 10 Jun 1996 09:23:00 +0000 (09:23 +0000)
* sysdeps/m68k/fpu/e_acosl.c: New file.

sysdeps/m68k/fpu/e_acosl.c [new file with mode: 0644]

diff --git a/sysdeps/m68k/fpu/e_acosl.c b/sysdeps/m68k/fpu/e_acosl.c
new file mode 100644 (file)
index 0000000..e3dcd17
--- /dev/null
@@ -0,0 +1,5 @@
+#ifndef FUNC
+#define FUNC __ieee754_acosl
+#endif
+#define float_type long double
+#include <e_acos.c>