Module Name: src
Committed By: kamil
Date: Mon Sep 21 16:12:16 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
ld.so(1): Upgrade r_debug to the protocol version 1.
To generate a diff of this commit:
cvs rdiff -u -r1.2740 -r1.2741 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.2740 src/doc/CHANGES:1.2741
--- src/doc/CHANGES:1.2740 Sat Sep 19 03:33:15 2020
+++ src/doc/CHANGES Mon Sep 21 16:12:16 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2740 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2741 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -287,3 +287,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
enabled. Improved performance of TLB operations in
pmap module. Implemented fast-soft-interrupts. Enabled
MULTIPROCESSOR in GENERIC. [thorpej 20200918]
+ ld.so(1): Upgrade r_debug to the protocol version 1. [kamil 20200921]