Module Name: src
Committed By: snj
Date: Wed Mar 4 09:49:16 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Pull up following revision(s) (requested by martin in ticket #556):
sys/arch/shark/conf/Makefile.shark.inc: revision 1.24
Put -fno-unwind-tables into CFLAGS instead of COPTS - the old version caused
DEFCOPTS not to be propagated into COPTS, which means no optimization
for the kernel - ooops!
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.217 -r1.1.2.218 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.217 src/doc/CHANGES-7.0:1.1.2.218
--- src/doc/CHANGES-7.0:1.1.2.217 Tue Mar 3 08:35:00 2015
+++ src/doc/CHANGES-7.0 Wed Mar 4 09:49:16 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.217 2015/03/03 08:35:00 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.218 2015/03/04 09:49:16 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -17503,3 +17503,10 @@ share/mk/bsd.own.mk 1.841
machine_cpu=<xxx> tags.
[mrg, ticket #559]
+sys/arch/shark/conf/Makefile.shark.inc 1.24
+
+ Put -fno-unwind-tables into CFLAGS instead of COPTS - the old
+ version caused DEFCOPTS to not be propagated into COPTS, which
+ meant there was no optimization for the kernel.
+ [martin, ticket #556]
+