Static PIE support on x86.

This commit is contained in:
joerg 2018-07-12 21:42:53 +00:00
parent 264e1c0dc8
commit fea80e9693
1 changed files with 2 additions and 1 deletions

View File

@ -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]