Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/arch/vax Fix _sqrtl alias



details:   https://anonhg.NetBSD.org/src/rev/524f811829f6
branches:  trunk
changeset: 332877:524f811829f6
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Oct 11 06:34:31 2014 +0000

description:
Fix _sqrtl alias

diffstat:

 lib/libm/arch/vax/n_sqrt.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a19c7961170c -r 524f811829f6 lib/libm/arch/vax/n_sqrt.S
--- a/lib/libm/arch/vax/n_sqrt.S        Sat Oct 11 06:25:32 2014 +0000
+++ b/lib/libm/arch/vax/n_sqrt.S        Sat Oct 11 06:34:31 2014 +0000
@@ -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
 
 /*



Home | Main Index | Thread Index | Old Index