about summary refs log tree commit diff
path: root/sysdeps/libm-i387/s_sinf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/s_sinf.S')
-rw-r--r--sysdeps/libm-i387/s_sinf.S16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysdeps/libm-i387/s_sinf.S b/sysdeps/libm-i387/s_sinf.S
deleted file mode 100644
index a010d60f5e..0000000000
--- a/sysdeps/libm-i387/s_sinf.S
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Written by J.T. Conklin <jtc@netbsd.org>.
- * Public domain.
- */
-
-#include <machine/asm.h>
-
-RCSID("$NetBSD: s_sinf.S,v 1.3 1995/05/09 00:27:53 jtc Exp $")
-
-/* A float's domain isn't large enough to require argument reduction. */
-ENTRY(__sinf)
-	flds	4(%esp)
-	fsin
-	ret
-END (__sinf)
-weak_alias (__sinf, sinf)