Module Name: src
Committed By: nia
Date: Thu Oct 14 21:18:07 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
doc: MKPIE/MKRELRO for aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.2840 -r1.2841 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.2840 src/doc/CHANGES:1.2841
--- src/doc/CHANGES:1.2840 Thu Oct 14 14:53:41 2021
+++ src/doc/CHANGES Thu Oct 14 21:18:07 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2840 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2841 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -441,3 +441,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[msaitoh 20211013]
sgp40mox(4): Driver for the Sensirion SGP40 MOx gas sensor for air quality
[brad 20211014]
+ aarch64: Enable MKRELRO and MKPIE by default. [nia 20211014]