https://bugs.llvm.org/show_bug.cgi?id=38481

Fangrui Song <i...@maskray.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |i...@maskray.me

--- Comment #1 from Fangrui Song <i...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to