[llvm] r192775 - Revert r192758 (and r192759), "MC: Better handling of tricky symbol and section names"

Reid Kleckner rnk at google.com
Wed Oct 16 09:32:03 PDT 2013


On Wed, Oct 16, 2013 at 1:22 AM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:

> Author: chapuni
> Date: Wed Oct 16 03:22:49 2013
> New Revision: 192775
>
> URL: http://llvm.org/viewvc/llvm-project?rev=192775&view=rev
> Log:
> Revert r192758 (and r192759), "MC: Better handling of tricky symbol and
> section names"
>
> GNU AS didn't like quotes in symbol names.
>
>     Error: junk at end of line, first unrecognized character is `"'
>
>         .def "@feat.00";
>         "@feat.00" = 1
>
> Reproduced on Cygwin's 2.23.52.20130309 and mingw32's 2.20.1.20100303.
>

Hah.  I bet gas wasn't actually interpreting @feat.00 correctly in the
first place.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131016/e9d12aa5/attachment.html>


More information about the llvm-commits mailing list