diff options
Diffstat (limited to 'lib/libm/arch/mc68881/e_asinl.S')
-rw-r--r-- | lib/libm/arch/mc68881/e_asinl.S | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libm/arch/mc68881/e_asinl.S b/lib/libm/arch/mc68881/e_asinl.S index 558f0bc1c3a..14f71ee9db2 100644 --- a/lib/libm/arch/mc68881/e_asinl.S +++ b/lib/libm/arch/mc68881/e_asinl.S @@ -1,4 +1,4 @@ -/* $OpenBSD: e_asinl.S,v 1.1 2011/05/28 22:13:52 martynas Exp $ */ +/* $OpenBSD: e_asinl.S,v 1.2 2013/02/02 13:29:14 miod Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -34,9 +34,6 @@ #include <machine/asm.h> -.lcomm _ASM_LABEL(__rv),12 ENTRY(asinl) - fasinx sp@(4),fp0 - fmovex fp0,_ASM_LABEL(__rv) - movel #_ASM_LABEL(__rv),d0 + fasinx %sp@(4),%fp0 rts |