Module Name: src
Committed By: bouyer
Date: Sat Mar 31 11:21:10 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
ticket 659
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.156 -r1.1.2.157 src/doc/CHANGES-8.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.156 src/doc/CHANGES-8.0:1.1.2.157
--- src/doc/CHANGES-8.0:1.1.2.156 Sat Mar 31 10:52:34 2018
+++ src/doc/CHANGES-8.0 Sat Mar 31 11:21:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.156 2018/03/31 10:52:34 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.157 2018/03/31 11:21:10 bouyer Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -10737,3 +10737,9 @@ sys/arch/x86/include/specialreg.h 1.115
Add various spectre/meltdown related cpu MSRs and bits.
[maxv, ticket #678]
+lib/libm/src/s_scalbn.c 1.19
+
+ Add missing alias for ldexpl on ! __HAVE_LONG_DOUBLE architectures.
+ Pointed out by Hal Murray on port-arm.
+ [martin, ticket #659]
+