------- Comment #15 from hjl dot tools at gmail dot com  2009-03-01 20:20 
-------
(In reply to comment #14)
> I think that H.J. can explain the reason for this inconsistency in the
> assembler.
> 

LOCAL_LABELS_DOLLAR never really works completely for x86 assembler.
When assembler sees $foo, it can't tell if $foo is a label or the value
of symbol foo. I do have a hack for x86 assembler, which assumes $_XXX
is a local label if LOCAL_LABELS_DOLLAR is defined. But it won't work
when _XXX is a real label.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2009-02-25 07:33:36         |2009-03-01 20:20:05
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37520

Reply via email to