Source-Changes-HG archive

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

[src/netbsd-8]: src/lib/libm/src Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/aa393cc3e31e
branches:  netbsd-8
changeset: 851541:aa393cc3e31e
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Mar 31 11:20:46 2018 +0000

description:
Pull up following revision(s) (requested by martin in ticket #659):
        lib/libm/src/s_scalbn.c: revision 1.19
Add missing alias for ldexpl on ! __HAVE_LONG_DOUBLE architectures.
Pointed out by Hal Murray on port-arm.

diffstat:

 lib/libm/src/s_scalbn.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 4404b2480fb8 -r aa393cc3e31e lib/libm/src/s_scalbn.c
--- a/lib/libm/src/s_scalbn.c   Sat Mar 31 10:52:34 2018 +0000
+++ b/lib/libm/src/s_scalbn.c   Sat Mar 31 11:20:46 2018 +0000
@@ -12,7 +12,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBM_SCCS) && !defined(lint)
-__RCSID("$NetBSD: s_scalbn.c,v 1.18 2013/05/20 19:40:09 joerg Exp $");
+__RCSID("$NetBSD: s_scalbn.c,v 1.18.20.1 2018/03/31 11:20:46 bouyer Exp $");
 #endif
 
 /*
@@ -35,6 +35,7 @@
 __strong_alias(_scalblnl, _scalbln)
 __weak_alias(scalbnl, _scalbnl)
 __weak_alias(scalblnl, _scalblnl)
+__weak_alias(ldexpl, _scalblnl)
 #endif
 
 #ifdef __weak_alias



Home | Main Index | Thread Index | Old Index