summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2018-08-28 08:25:53 +0000
committerSimon Atanasyan <simon@atanasyan.com>2018-08-28 08:25:53 +0000
commit35316385d7d4aef398d2b5cc47ba5ec20ef1a7b2 (patch)
tree6fb01f705982a90e4b598f0164517eeeb4aca37a
parenta043389e150fb48084c6c0fd5f430360cd3a3233 (diff)
[docs][mips] Add MIPS specific release notes for LLD 7.0
Differential revision: https://reviews.llvm.org/D51309
-rw-r--r--lld/docs/ReleaseNotes.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 58f47980893..203826a089a 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -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
-----------------