diff options
Diffstat (limited to 'lib/libm/arch/vax/n_sqrt.S')
-rw-r--r-- | lib/libm/arch/vax/n_sqrt.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libm/arch/vax/n_sqrt.S b/lib/libm/arch/vax/n_sqrt.S index a1fd2ba61fb..30c286ffcde 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.6 2008/12/09 20:00:35 martynas Exp $ */ +/* $OpenBSD: n_sqrt.S,v 1.7 2008/12/09 20:21:07 martynas Exp $ */ /* $NetBSD: n_sqrt.S,v 1.1 1995/10/10 23:40:29 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -45,9 +45,7 @@ * entry points: sqrt double arg is on the stack */ -.weak sqrtl - 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 |