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 Provide sqrtl alias



details:   https://anonhg.NetBSD.org/src/rev/27f8159999a0
branches:  trunk
changeset: 327381:27f8159999a0
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 06 11:00:17 2014 +0000

description:
Provide sqrtl alias

diffstat:

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

diffs (20 lines):

diff -r 992c74b8d43b -r 27f8159999a0 lib/libm/arch/vax/n_sqrt.S
--- a/lib/libm/arch/vax/n_sqrt.S        Thu Mar 06 10:59:52 2014 +0000
+++ b/lib/libm/arch/vax/n_sqrt.S        Thu Mar 06 11:00:17 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: n_sqrt.S,v 1.8 2007/04/18 04:46:13 matt Exp $  */
+/*     $NetBSD: n_sqrt.S,v 1.9 2014/03/06 11:00:17 martin Exp $        */
 /*
  * Copyright (c) 1985, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -32,6 +32,10 @@
 
 #include <machine/asm.h>
 
+#ifdef WEAK_ALIAS
+WEAK_ALIAS(sqrtl, sqrt)
+#endif
+
 /*
  * double sqrt(arg)   revised August 15,1982
  * double arg;



Home | Main Index | Thread Index | Old Index