svn commit: r338386 - vendor/lld/dist-release_70/docs
Dimitry Andric
dim at FreeBSD.org
Wed Aug 29 17:51:10 UTC 2018
Author: dim
Date: Wed Aug 29 17:51:08 2018
New Revision: 338386
URL: https://svnweb.freebsd.org/changeset/base/338386
Log:
Vendor import of lld release_70 branch r340910:
https://llvm.org/svn/llvm-project/lld/branches/release_70@340910
Modified:
vendor/lld/dist-release_70/docs/ReleaseNotes.rst
Modified: vendor/lld/dist-release_70/docs/ReleaseNotes.rst
==============================================================================
--- vendor/lld/dist-release_70/docs/ReleaseNotes.rst Wed Aug 29 17:51:05 2018 (r338385)
+++ vendor/lld/dist-release_70/docs/ReleaseNotes.rst Wed Aug 29 17:51:08 2018 (r338386)
@@ -24,7 +24,15 @@ Non-comprehensive list of changes in this release
ELF Improvements
----------------
-* Item 1.
+* lld is now able to overcome MIPS GOT entries number limitation
+ and generate multi-GOT if necessary.
+
+* lld is now able to produce MIPS position-independent executable (PIE).
+
+* Fixed MIPS TLS GOT entries for local symbols in shared libraries.
+
+* Fixed calculation of MIPS GP relative relocations
+ in case of relocatable output.
COFF Improvements
-----------------
More information about the svn-src-vendor
mailing list