<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Oct 16, 2013 at 1:22 AM, NAKAMURA Takumi <span dir="ltr"><<a href="mailto:geek4civic@gmail.com" target="_blank">geek4civic@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: chapuni<br>
Date: Wed Oct 16 03:22:49 2013<br>
New Revision: 192775<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=192775&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=192775&view=rev</a><br>
Log:<br>
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and section names"<br>
<br>
GNU AS didn't like quotes in symbol names.<br>
<br>
    Error: junk at end of line, first unrecognized character is `"'<br>
<br>
        .def "@feat.00";<br>
        "@feat.00" = 1<br>
<br>
Reproduced on Cygwin's 2.23.52.20130309 and mingw32's 2.20.1.20100303.<br></blockquote><div><br></div><div>Hah.  I bet gas wasn't actually interpreting @feat.00 correctly in the first place. </div></div></div>
</div>