<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - Regression with Musl after adding support for outputting to /dev/null"
   href="https://bugs.llvm.org/show_bug.cgi?id=32425">bug 32425</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>FIXED
           </td>
           <td>---
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Regression with Musl after adding support for outputting to /dev/null"
   href="https://bugs.llvm.org/show_bug.cgi?id=32425#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Regression with Musl after adding support for outputting to /dev/null"
   href="https://bugs.llvm.org/show_bug.cgi?id=32425">bug 32425</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>Even with the correct interpretation (semantic, not implementation-detail)
protected still admits efficient calls inside a DSO -- there's no reason to
make calls through the PLT, only expressions that evaluate the address have to
take the [PLT]GOT entry into account.

In any case binutils gets this right, and lld does not. Simply removing the
check (that can be bypassed anyway by giving a fake .so at ld-time and the real
one at runtime) would make the problem go away.</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>