<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 17 December 2013 01:08, Greg Fitzgerald <span dir="ltr"><<a href="mailto:garious@gmail.com" target="_blank">garious@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">  That would work, except that the object file would be missing the mapping symbol ($a/$t).  `objdump` would print garbage after the inline assembly.  Need that call to EmitAssemblerFlag(MCAF_Code16)<br>
</blockquote><div><br></div><div>Ok.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
  As Jim pointed out, we can't implement this without closing our GCC escape hatch.  When emitting raw text, we don't run the Asm parser.<br></blockquote><div></div></div><br></div><div class="gmail_extra">You don't need to parse the asm, just call EmitAssemblerFlag(MCAF_Code16/32) after the emit Raw and return.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">cheers,</div><div class="gmail_extra">--renato</div></div>