[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,
- Re: [Tinycc-devel] GAS symbols, (continued)
- Re: [Tinycc-devel] GAS symbols, Vladimir Vissoultchev, 2016/03/16
- Re: [Tinycc-devel] GAS symbols, Michael Matz, 2016/03/24
- Re: [Tinycc-devel] GAS symbols, Vladimir Vissoultchev, 2016/03/24
- Re: [Tinycc-devel] GAS symbols, Michael Matz, 2016/03/24
- Re: [Tinycc-devel] GAS symbols, Sergey Korshunoff, 2016/03/29
- Re: [Tinycc-devel] GAS symbols, Vladimir Vissoultchev, 2016/03/29
- Re: [Tinycc-devel] GAS symbols, Sergey Korshunoff, 2016/03/30
- Re: [Tinycc-devel] GAS symbols, Sergey Korshunoff, 2016/03/30
- Re: [Tinycc-devel] GAS symbols, Sergey Korshunoff, 2016/03/30
- Re: [Tinycc-devel] GAS symbols, Sergey Korshunoff, 2016/03/30
- Re: [Tinycc-devel] GAS symbols,
Vladimir Vissoultchev <=
- Re: [Tinycc-devel] GAS symbols, Sergey Korshunoff, 2016/03/31
- Re: [Tinycc-devel] GAS symbols, Sergey Korshunoff, 2016/03/31
- Re: [Tinycc-devel] GAS symbols, Vladimir Vissoultchev, 2016/03/31
Re: [Tinycc-devel] GAS symbols, Jared Maddox, 2016/03/16