[PATCH] D51309: [docs][mips] Add MIPS specific release notes for LLD 7.0

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 01:27:00 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340803: [docs][mips] Add MIPS specific release notes for LLD 7.0 (authored by atanasyan, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51309?vs=162687&id=162801#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51309

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


Index: lld/branches/release_70/docs/ReleaseNotes.rst
===================================================================
--- lld/branches/release_70/docs/ReleaseNotes.rst
+++ lld/branches/release_70/docs/ReleaseNotes.rst
@@ -24,7 +24,15 @@
 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
 -----------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51309.162801.patch
Type: text/x-patch
Size: 671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180828/49f07e42/attachment.bin>


More information about the llvm-commits mailing list