[lld] r325721 - [docs][mips] Add MIPS specific release notes for LLD 6.0

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 13:16:53 PST 2018


Author: atanasyan
Date: Wed Feb 21 13:16:53 2018
New Revision: 325721

URL: http://llvm.org/viewvc/llvm-project?rev=325721&view=rev
Log:
[docs][mips] Add MIPS specific release notes for LLD 6.0

Differential Revision: https://reviews.llvm.org/D43575

Modified:
    lld/branches/release_60/docs/ReleaseNotes.rst

Modified: lld/branches/release_60/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_60/docs/ReleaseNotes.rst?rev=325721&r1=325720&r2=325721&view=diff
==============================================================================
--- lld/branches/release_60/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_60/docs/ReleaseNotes.rst Wed Feb 21 13:16:53 2018
@@ -24,7 +24,11 @@ Non-comprehensive list of changes in thi
 ELF Improvements
 ----------------
 
-* Item 1.
+* MIPS port now generates all output dynamic relocations
+  using Elf_Rel format only.
+
+* Added handling of the R_MIPS_26 relocation in case of N32 / N64 ABIs
+  and generating proper PLT entries.
 
 COFF Improvements
 -----------------




More information about the llvm-commits mailing list