[llvm-bugs] [Bug 38481] [LLD] [ELF] ld.lld reserves memory in the LMA region for NOBITS sections
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Mar 21 13:06:52 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=38481
Fangrui Song <i at maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |i at maskray.me
--- Comment #1 from Fangrui Song <i at maskray.me> ---
There are some fixed things and some wontfix.
After https://reviews.llvm.org/D60131 , we will use SHT_PROGBITS (no longer
SHT_NOBITS) as the default section type.
The number of PT_LOAD issue has been fixed by https://reviews.llvm.org/D74297
http://www.sco.com/developers/gabi/latest/ch5.pheader.html says "Loadable
segment entries in the program header table appear in ascending order, sorted
on the p_vaddr member." The output section descriptions are out of order w.r.t.
VMA. This is a wontfix.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200321/0ef83453/attachment.html>
More information about the llvm-bugs
mailing list