[PATCH] D43575: [docs][mips] Add MIPS specific release notes for LLD 6.0

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 07:39:02 PST 2018


atanasyan created this revision.
atanasyan added reviewers: ruiu, rafael.
atanasyan added a project: lld.
Herald added subscribers: arichardson, sdardis.

Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43575

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -24,7 +24,11 @@
 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
 -----------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43575.135255.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180221/af743cf4/attachment.bin>


More information about the llvm-commits mailing list