Module Name: src
Committed By: rin
Date: Tue Dec 1 02:55:15 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
earmv6{,hf}eb has been switched to BE8.
Thanks for discussion in port-arm and tech-toolchain, especially
thorpej and mrg for useful comments.
To generate a diff of this commit:
cvs rdiff -u -r1.2756 -r1.2757 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.2756 src/doc/CHANGES:1.2757
--- src/doc/CHANGES:1.2756 Sat Nov 28 14:29:25 2020
+++ src/doc/CHANGES Tue Dec 1 02:55:14 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2756 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2757 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -303,3 +303,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
larger RAM [simonb 20201112]
acpi(4): Updated ACPICA to 20201113. [christos 20201127]
dhcpcd: Update to version 9.3.4 [roy 20201128]
+ arm: Switch earmv6{,hf}eb to BE8. [rin 20201201]