Module Name: src
Committed By: martin
Date: Thu Sep 18 15:50:49 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 109
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 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.34 src/doc/CHANGES-7.0:1.1.2.35
--- src/doc/CHANGES-7.0:1.1.2.34 Thu Sep 18 15:21:44 2014
+++ src/doc/CHANGES-7.0 Thu Sep 18 15:50:49 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.34 2014/09/18 15:21:44 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.35 2014/09/18 15:50:49 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -724,3 +724,11 @@ sys/dev/pci/agp_i810.c 1.113-1.114
Revert to mapping the whole GTTMMADR region all at once for now and
use the right BAR for MMIO register sizing on i810.
[riastradh, ticket #94]
+
+external/gpl3/gcc.old/dist/gcc/config/i386/pmm_malloc.h 1.2
+
+ Apply r1.2 from our GCC 4.8 version of the same file:
+
+ Kill the "throw()" on a forward declaration for posix_memalign (it
+ does not match our base declaration and may cause warnings).
+ [joerg, ticket #109]