aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-08-29 17:51:08 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-08-29 17:51:08 +0000
commit24368d8873ce72b24c79ced3a2831fefe104a6ec (patch)
tree5bc060cb479eacabcd6365e35fcaf6294ef680bd
parentfb11553f98d4c2e5baecfdb11d224fb31ef4ac0d (diff)
downloadsrc-24368d8873ce72b24c79ced3a2831fefe104a6ec.tar.gz
src-24368d8873ce72b24c79ced3a2831fefe104a6ec.zip
Vendor import of lld release_70 branch r340910:vendor/lld/lld-release_70-r340910
Notes
Notes: svn path=/vendor/lld/dist-release_70/; revision=338386 svn path=/vendor/lld/lld-release_70-r340910/; revision=338387; tag=vendor/lld/lld-release_70-r340910
-rw-r--r--docs/ReleaseNotes.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 58f47980893a..203826a089a7 100644
--- a/docs/ReleaseNotes.rst
+++ b/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
-----------------