Module Name: src
Committed By: msaitoh
Date: Wed May 27 10:00:24 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 808.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.311 -r1.1.2.312 src/doc/CHANGES-7.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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.311 src/doc/CHANGES-7.0:1.1.2.312
--- src/doc/CHANGES-7.0:1.1.2.311 Wed May 27 05:37:13 2015
+++ src/doc/CHANGES-7.0 Wed May 27 10:00:24 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.311 2015/05/27 05:37:13 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.312 2015/05/27 10:00:24 msaitoh Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -23568,3 +23568,9 @@ external/gpl3/gcc/dist/gcc/config/arm/ne
Fix up TARGET_ENDIAN_DEFAULT for BE oabi.
[skrll, ticket #807]
+
+lib/libm/arch/alpha/s_copysign.S 1.6-1.7
+lib/libm/arch/m68k/s_copysign.S 1.8-1.9
+
+ Add copysignl aliases.
+ [joerg, ticket #808]