<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - integrated assembler doesn't support .aent directive"
   href="https://bugs.llvm.org/show_bug.cgi?id=42134">42134</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>integrated assembler doesn't support .aent directive
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mh+llvm@glandium.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This can be seen when building Firefox for mips64el:

/builds/worker/workspace/build/src/xpcom/reflect/xptcall/xptcstubsdef.inc:1:94:
error: unknown directive
[task 2019-06-05T06:17:16.075Z] 06:17:16     INFO -  .if 3 < 10; .globl
_ZN14nsXPTCStubBase5Stub3Ev; .type _ZN14nsXPTCStubBase5Stub3Ev,@function; .aent
_ZN14nsXPTCStubBase5Stub3Ev,0; _ZN14nsXPTCStubBase5Stub3Ev:; dsubu $29,FRAMESZ;
.cpsetup $25, GPOFF, _ZN14nsXPTCStubBase5Stub3Ev; li $12,3; b sharedstub;;
.elseif 3 < 100; .globl _ZN14nsXPTCStubBase6Stub3Ev; .type
_ZN14nsXPTCStubBase6Stub3Ev,@function; .aent _ZN14nsXPTCStubBase6Stub3Ev,0;
_ZN14nsXPTCStubBase6Stub3Ev:; dsubu $29,FRAMESZ; .cpsetup $25, GPOFF,
_ZN14nsXPTCStubBase6Stub3Ev; li $12,3; b sharedstub;; .elseif 3 < 1000; .globl
_ZN14nsXPTCStubBase7Stub3Ev; .type _ZN14nsXPTCStubBase7Stub3Ev,@function; .aent
_ZN14nsXPTCStubBase7Stub3Ev,0; _ZN14nsXPTCStubBase7Stub3Ev:; dsubu $29,FRAMESZ;
.cpsetup $25, GPOFF, _ZN14nsXPTCStubBase7Stub3Ev; li $12,3; b sharedstub;;
.else; .err; .endif

The corresponding source is:
<a href="https://hg.mozilla.org/mozilla-central/file/tip/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips64.S#l45">https://hg.mozilla.org/mozilla-central/file/tip/xpcom/reflect/xptcall/md/unix/xptcstubs_asm_mips64.S#l45</a></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>