[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
Mon Aug 27 08:34:18 PDT 2018
atanasyan created this revision.
atanasyan added reviewers: ruiu, grimar.
atanasyan added a project: lld.
Herald added subscribers: MaskRay, arichardson, sdardis.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D51309
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ 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.162687.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180827/31830930/attachment.bin>
More information about the llvm-commits
mailing list