about summary refs log tree commit diff
path: root/sysdeps/libm-i387/e_atan2f.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/e_atan2f.S')
-rw-r--r--sysdeps/libm-i387/e_atan2f.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysdeps/libm-i387/e_atan2f.S b/sysdeps/libm-i387/e_atan2f.S
deleted file mode 100644
index fc6621f183..0000000000
--- a/sysdeps/libm-i387/e_atan2f.S
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Written by J.T. Conklin <jtc@netbsd.org>.
- * Public domain.
- */
-
-#include <machine/asm.h>
-
-RCSID("$NetBSD: e_atan2f.S,v 1.1 1995/05/08 23:35:10 jtc Exp $")
-
-ENTRY(__ieee754_atan2f)
-	flds	4(%esp)
-	flds	8(%esp)
-	fpatan
-	ret
-END (__ieee754_atan2f)