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: Sun, 3 Apr 2016 20:46:03 +0300

Hi,

Here is the fix that switches off '.' for identifiers when parsing #defines
in .S files.

https://github.com/wqweto/tinycc/commit/2ec8d7068aeed7b83c9d4f30aa686586182b
1c34

This includes an originally failing test with your SRC(y...) macro for
regression testing.

I have reset your [2bf43b5] `reverse of the "Identifiers can start and/or
contain '.'"` commit in my [dev] branch to be able to go forward (need to be
able to parse '.' in asm labels).

cheers,
</wqw>

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

> or switching PARSE_FLAG_ASM_FILE off for preprocessor directives in .S 
> files
Thia solution looks better (maybe only for #defune) because a test program
preprocessed fine if we rename it to *.c

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




reply via email to

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