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 Seems we need both sqrtl and _sqrtl as a w...
details: https://anonhg.NetBSD.org/src/rev/58bc305be43f
branches: trunk
changeset: 332879:58bc305be43f
user: martin <martin%NetBSD.org@localhost>
date: Sat Oct 11 06:59:29 2014 +0000
description:
Seems we need both sqrtl and _sqrtl as a weak alias - something must be
wrong namespapce wise here, but this should make it build for now.
diffstat:
lib/libm/arch/vax/n_sqrt.S | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c2ad3fd1f0b9 -r 58bc305be43f lib/libm/arch/vax/n_sqrt.S
--- a/lib/libm/arch/vax/n_sqrt.S Sat Oct 11 06:42:18 2014 +0000
+++ b/lib/libm/arch/vax/n_sqrt.S Sat Oct 11 06:59:29 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: n_sqrt.S,v 1.10 2014/10/11 06:34:31 martin Exp $ */
+/* $NetBSD: n_sqrt.S,v 1.11 2014/10/11 06:59:29 martin Exp $ */
/*
* Copyright (c) 1985, 1993
* The Regents of the University of California. All rights reserved.
@@ -34,6 +34,7 @@
#ifdef WEAK_ALIAS
WEAK_ALIAS(_sqrtl, sqrt)
+WEAK_ALIAS(sqrtl, sqrt)
#endif
/*
Home |
Main Index |
Thread Index |
Old Index