Module Name:    src
Committed By:   martin
Date:           Sat Oct 11 06:34:31 UTC 2014

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

Log Message:
Fix _sqrtl alias


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/lib/libm/arch/vax/n_sqrt.S:1.10
--- src/lib/libm/arch/vax/n_sqrt.S:1.9	Thu Mar  6 11:00:17 2014
+++ src/lib/libm/arch/vax/n_sqrt.S	Sat Oct 11 06:34:31 2014
@@ -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
 
 /*

Reply via email to