diff options
| author | martin <martin@NetBSD.org> | 2014-10-11 06:34:31 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2014-10-11 06:34:31 +0000 |
| commit | 74bd70ee660ad6ea0e9e331ef61173353bbcb7c5 (patch) | |
| tree | 381302dc07447fa4208ee5c135cb0dd552a9587c /lib/libm | |
| parent | fbadabf8d167c8cfd1cf8cd3eb9478932c88a3cc (diff) | |
Fix _sqrtl alias
Diffstat (limited to 'lib/libm')
| -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 302a39d4973..d54601cc5e3 100644 --- a/lib/libm/arch/vax/n_sqrt.S +++ b/lib/libm/arch/vax/n_sqrt.S @@ -1,4 +1,4 @@ -/* $NetBSD: n_sqrt.S,v 1.9 2014/03/06 11:00:17 martin Exp $ */ +/* $NetBSD: n_sqrt.S,v 1.10 2014/10/11 06:34:31 martin Exp $ */ /* * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ #include <machine/asm.h> #ifdef WEAK_ALIAS -WEAK_ALIAS(sqrtl, sqrt) +WEAK_ALIAS(_sqrtl, sqrt) #endif /* |
