tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] GAS symbols


From: Vladimir Vissoultchev
Subject: Re: [Tinycc-devel] GAS symbols
Date: Thu, 31 Mar 2016 01:09:57 +0300

The original problem with the '.' is GAS was that tcc couldn't deal with labels 
starting '.' like

.start:
      <<code here>>
.end:

. . . and gcc -S seem to produce lots of these.

Unfortunately there is no failing test for this yet implemented so your revert 
seems to pass all tests present.

If you do revert this change, please add a test for the SRC(y...) that passes 
on mob branch.

cheers,
</wqw>

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Sergey Korshunoff
Sent: Wednesday, March 30, 2016 11:54 PM
To: address@hidden
Subject: Re: [Tinycc-devel] GAS symbols

> First version of the patch is attached. Please test.
Don't works. I want to reverse '.' in asm indentifers. A patch attached,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]