diff options
Diffstat (limited to 'lib/libm/arch/vax/n_sqrt.S')
-rw-r--r-- | lib/libm/arch/vax/n_sqrt.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/arch/vax/n_sqrt.S b/lib/libm/arch/vax/n_sqrt.S index 30c286ffcde..1476163f6c1 100644 --- a/lib/libm/arch/vax/n_sqrt.S +++ b/lib/libm/arch/vax/n_sqrt.S @@ -1,4 +1,4 @@ -/* $OpenBSD: n_sqrt.S,v 1.7 2008/12/09 20:21:07 martynas Exp $ */ +/* $OpenBSD: n_sqrt.S,v 1.8 2008/12/12 19:30:17 martynas Exp $ */ /* $NetBSD: n_sqrt.S,v 1.1 1995/10/10 23:40:29 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -45,7 +45,7 @@ * entry points: sqrt double arg is on the stack */ -WEAK_ALIAS(sqrtl, sqrt) +WEAK_ALIAS(sqrtl,sqrt) ENTRY(sqrt, R2|R3|R4|R5) movq 4(ap),r0 dsqrt2: bicw3 $0x807f,r0,r2 # check exponent of input |