Module Name: src
Committed By: kamil
Date: Sun Sep 13 03:03:57 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
gcc(1): Install TSan for 64bit CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.2737 -r1.2738 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.2737 src/doc/CHANGES:1.2738
--- src/doc/CHANGES:1.2737 Sat Sep 12 08:39:31 2020
+++ src/doc/CHANGES Sun Sep 13 03:03:57 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2737 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2738 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -280,3 +280,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
dhcpcd: Update to version 9.2.0. [roy 20200906]
iavf(4): Add driver for Intel Ethernet Adaptive Virtual Function
[yamaguchi 20200908]
+ gcc(1): Install TSan for 64bit CPUs. [kamil 20200913]