<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:bugdal@aerifal.cx" title="Rich Felker <bugdal@aerifal.cx>"> <span class="fn">Rich Felker</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - llvm-mc rejected LDC and STC for coprocessors P10 and P11 in generic coprocessor form"
   href="https://llvm.org/bugs/show_bug.cgi?id=20025">bug 20025</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>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>bugdal@aerifal.cx
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - llvm-mc rejected LDC and STC for coprocessors P10 and P11 in generic coprocessor form"
   href="https://llvm.org/bugs/show_bug.cgi?id=20025#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - llvm-mc rejected LDC and STC for coprocessors P10 and P11 in generic coprocessor form"
   href="https://llvm.org/bugs/show_bug.cgi?id=20025">bug 20025</a>
              from <span class="vcard"><a class="email" href="mailto:bugdal@aerifal.cx" title="Rich Felker <bugdal@aerifal.cx>"> <span class="fn">Rich Felker</span></a>
</span></b>
        <pre>Leaving it broken for v7 and v8 is not a sufficient fix. This issue has been
affecting musl libc for a long time. For setjmp/longjmp, we need to be able to
use forms of vstmia/vldmia that:

1. Do not cause the object file to be ABI-tagged as needing VFP.
2. Assemble even on targets that don't have VFP.
3. Assemble to ARM or Thumb2 properly depending on target.

Right now we're stuck with using .word to meet requirements 1 and 2, which is
utterly awful, and trying to find a suitable way to add support for Thumb2-only
code generation.</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>