Module Name: src Committed By: joerg Date: Thu Jul 12 21:42:53 UTC 2018
Modified Files: src/doc: CHANGES Log Message: Static PIE support on x86. To generate a diff of this commit: cvs rdiff -u -r1.2407 -r1.2408 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.2407 src/doc/CHANGES:1.2408 --- src/doc/CHANGES:1.2407 Tue Jul 10 17:01:43 2018 +++ src/doc/CHANGES Thu Jul 12 21:42:53 2018 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2407 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2408 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -170,3 +170,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0: gcc: add lsan the Leak Sanitizer [christos 20180626] aarch64: Add support for SMP. [ryo 20180709] viadrm(4): Removed, superseded by viadrmums. [maya 20180710] + x86: Support for -static -pie binaries. [joerg 20180712]