<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 sets LMA to VMA for aarch64elf although previous section uses "AT" keyword"
   href="https://bugs.llvm.org/show_bug.cgi?id=45313">bug 45313</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;">Status</td>
           <td>CONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - lld sets LMA to VMA for aarch64elf although previous section uses "AT" keyword"
   href="https://bugs.llvm.org/show_bug.cgi?id=45313#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - lld sets LMA to VMA for aarch64elf although previous section uses "AT" keyword"
   href="https://bugs.llvm.org/show_bug.cgi?id=45313">bug 45313</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>Fixed by D76995 (will be included in lld 11)

Sections:
Idx Name          Size      VMA               LMA               File off  Algn 
Flags
  0 .text         0000001c  ffff000000000000  0000000040080000  00010000  2**2 
CONTENTS, ALLOC, LOAD, READONLY,
 CODE
  1 .data         00000010  ffff000000000020  0000000040080020  00010020  2**3 
CONTENTS, ALLOC, LOAD, DATA
  2 .bss          00000004  ffff000000000030  0000000040080030  00010030  2**2 
ALLOC
  3 .rodata       00000007  ffff000000000034  0000000040080034  00010034  2**0 
CONTENTS, ALLOC, LOAD, READONLY,
 DATA
  4 .<a href="show_bug.cgi?id=45313#c0000002">comment      0000002</a>a  0000000000000000  0000000000000000  0001003b  2**0 
CONTENTS, READONLY

.data, .bss and .rodata's LMA will inherit from a previous AT().</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>