Module Name: src Committed By: christos Date: Tue Mar 11 23:23:44 UTC 2014
Modified Files: src/doc: CHANGES Log Message: switch amd64 to gcc-4.8 Regression: ctf stuff does not work properly with some c++ (gcc) To generate a diff of this commit: cvs rdiff -u -r1.1902 -r1.1903 src/doc/CHANGES 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 diff -u src/doc/CHANGES:1.1902 src/doc/CHANGES:1.1903 --- src/doc/CHANGES:1.1902 Sun Mar 9 13:16:09 2014 +++ src/doc/CHANGES Tue Mar 11 19:23:44 2014 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1902 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1903 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -371,3 +371,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0: alpha: Switched to GCC 4.8. [martin 20140307] arm: Switched to GCC 4.8. [skrll 20140307] elftoolchain: import FreeBSD-2014-03-08 [christos 20140309] + amd64: Switched to GCC 4.8. [christos 20140311]