summaryrefslogtreecommitdiffstats
path: root/lld/docs/ReleaseNotes.rst
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
commit7c9d3c67a41388c27d59c567153d041b58a4e61c (patch)
tree66e27f41c2dd86726997585fb88ecfe3ad1d5943 /lld/docs/ReleaseNotes.rst
parent1a8a05a1c076de70b940a7c1b139149446b513d5 (diff)
downloadbcm5719-llvm-7c9d3c67a41388c27d59c567153d041b58a4e61c.tar.gz
bcm5719-llvm-7c9d3c67a41388c27d59c567153d041b58a4e61c.zip
[docs][mips] Add MIPS specific release notes for LLD 7.0
Differential revision: https://reviews.llvm.org/D51309 llvm-svn: 340803
Diffstat (limited to 'lld/docs/ReleaseNotes.rst')
-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
-----------------
OpenPOWER on IntegriCloud