about summary refs log tree commit diff
path: root/sysdeps/libm-i387/s_atanl.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/s_atanl.S')
-rw-r--r--sysdeps/libm-i387/s_atanl.S18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysdeps/libm-i387/s_atanl.S b/sysdeps/libm-i387/s_atanl.S
deleted file mode 100644
index 8b07272764..0000000000
--- a/sysdeps/libm-i387/s_atanl.S
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Written by J.T. Conklin <jtc@netbsd.org>.
- * Public domain.
- *
- * Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
- */
-
-#include <machine/asm.h>
-
-RCSID("$NetBSD: $")
-
-ENTRY(__atanl)
-	fldt	4(%esp)
-	fld1
-	fpatan
-	ret
-END (__atanl)
-weak_alias (__atanl, atanl)