Module Name:    src
Committed By:   martin
Date:           Thu Mar  6 11:00:17 UTC 2014

Modified Files:
        src/lib/libm/arch/vax: n_sqrt.S

Log Message:
Provide sqrtl alias


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libm/arch/vax/n_sqrt.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/arch/vax/n_sqrt.S
diff -u src/lib/libm/arch/vax/n_sqrt.S:1.8 src/lib/libm/arch/vax/n_sqrt.S:1.9
--- src/lib/libm/arch/vax/n_sqrt.S:1.8	Wed Apr 18 04:46:13 2007
+++ src/lib/libm/arch/vax/n_sqrt.S	Thu Mar  6 11:00:17 2014
@@ -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;

Reply via email to