Module Name: src
Committed By: matt
Date: Sat Jul 20 04:46:58 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note addition of non-kernel coldfire support.
To generate a diff of this commit:
cvs rdiff -u -r1.1834 -r1.1835 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.1834 src/doc/CHANGES:1.1835
--- src/doc/CHANGES:1.1834 Fri Jul 19 11:56:42 2013
+++ src/doc/CHANGES Sat Jul 20 04:46:58 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1834 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1835 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -257,3 +257,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
libc: Update to tzcode2013d. [christo 20130717]
wpa: Import wpa_supplicant and hostapd 1.1 [adam 20130717]
dhcpcd(8): Import dhcpcd-6.0.3 [roy 20130719]
+ coldfire: add userland and toolchain support for FreeScale Coldfire
+ CPUs (which implement a subset of m68k instructions and
+ addressing modes). [matt 20130719]