<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:i@maskray.me" title="Fangrui Song <i@maskray.me>"> <span class="fn">Fangrui Song</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [LLD] [ELF] ld.lld reserves memory in the LMA region for NOBITS sections"
   href="https://bugs.llvm.org/show_bug.cgi?id=38481">bug 38481</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>i@maskray.me
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [LLD] [ELF] ld.lld reserves memory in the LMA region for NOBITS sections"
   href="https://bugs.llvm.org/show_bug.cgi?id=38481#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [LLD] [ELF] ld.lld reserves memory in the LMA region for NOBITS sections"
   href="https://bugs.llvm.org/show_bug.cgi?id=38481">bug 38481</a>
              from <span class="vcard"><a class="email" href="mailto:i@maskray.me" title="Fangrui Song <i@maskray.me>"> <span class="fn">Fangrui Song</span></a>
</span></b>
        <pre>There are some fixed things and some wontfix.

After <a href="https://reviews.llvm.org/D60131">https://reviews.llvm.org/D60131</a> , we will use SHT_PROGBITS (no longer
SHT_NOBITS) as the default section type.

The number of PT_LOAD issue has been fixed by <a href="https://reviews.llvm.org/D74297">https://reviews.llvm.org/D74297</a>

<a href="http://www.sco.com/developers/gabi/latest/ch5.pheader.html">http://www.sco.com/developers/gabi/latest/ch5.pheader.html</a> 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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>