summaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-09-21 17:13:55 +0000
committerRui Ueyama <ruiu@google.com>2018-09-21 17:13:55 +0000
commit236bf6edec2f04aa98514d16998d994c7f1c5702 (patch)
tree24546b4843b286f8012ccbe5cdd6d39d9abd72f4 /lld
parent7398f33adfadaad9ef69b5cd7d2ba1a191a57b1d (diff)
Update release notes.
Diffstat (limited to 'lld')
-rw-r--r--lld/docs/ReleaseNotes.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 27fd6d24d61..2b60e8d2fa2 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -1,5 +1,5 @@
=======================
-LLD 8.0.0 Release Notes
+lld 8.0.0 Release Notes
=======================
.. contents::
@@ -24,7 +24,11 @@ Non-comprehensive list of changes in this release
ELF Improvements
----------------
-* Item 1.
+* Default image base address has changed from 65536 to 2 MiB for i386
+ and 4 MiB for AArch64 to make lld-generated executables work better
+ with automatic superpage promotion. FreeBSD can promotes contiguous
+ non-superpages to a superpage if they are aligned to the superpage
+ size. (`r342746 <https://reviews.llvm.org/rL342746>`_)
COFF Improvements
-----------------