summaryrefslogtreecommitdiff
path: root/sysdeps/libm-i387/s_sinf.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-14 00:54:57 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-14 00:54:57 +0000
commitabfbdde177c3a7155070dda1b2cdc8292054cc26 (patch)
treee021306b596381fbf8311d2b7eb294e918ff17c8 /sysdeps/libm-i387/s_sinf.S
parent86421aa57ecfd70963ae66848bd6a6dd3b8e0fe6 (diff)
Update.
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)