From 7c9d3c67a41388c27d59c567153d041b58a4e61c Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Tue, 28 Aug 2018 08:25:53 +0000 Subject: [docs][mips] Add MIPS specific release notes for LLD 7.0 Differential revision: https://reviews.llvm.org/D51309 llvm-svn: 340803 --- lld/docs/ReleaseNotes.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lld/docs/ReleaseNotes.rst') 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 ----------------- -- cgit v1.2.1