[llvm-branch-commits] [lld] r340803 - [docs][mips] Add MIPS specific release notes for LLD 7.0

Simon Atanasyan via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 28 01:25:53 PDT 2018


Author: atanasyan
Date: Tue Aug 28 01:25:53 2018
New Revision: 340803

URL: http://llvm.org/viewvc/llvm-project?rev=340803&view=rev
Log:
[docs][mips] Add MIPS specific release notes for LLD 7.0

Differential revision: https://reviews.llvm.org/D51309

Modified:
    lld/branches/release_70/docs/ReleaseNotes.rst

Modified: lld/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_70/docs/ReleaseNotes.rst?rev=340803&r1=340802&r2=340803&view=diff
==============================================================================
--- lld/branches/release_70/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_70/docs/ReleaseNotes.rst Tue Aug 28 01:25:53 2018
@@ -24,7 +24,15 @@ Non-comprehensive list of changes in thi
 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 llvm-branch-commits mailing list