tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] GAS symbols


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] GAS symbols
Date: Mon, 4 Apr 2016 02:08:06 +0300

> Here is the fix that switches off '.' for identifiers when parsing #defines
> in .S files.
> https://github.com/wqweto/tinycc/commit2ec8d7068aeed7b83c9d4f30aa686586182b1c34

How to download only a diff form a github (my browser os quite old and don't supported by github)? Can you post your diffs?

2016-04-03 20:46 GMT+03:00 Vladimir Vissoultchev <address@hidden>:
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: tinycc-devel-bounces+wqweto=address@hidden
[mailto:tinycc-devel-bounces+wqweto=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


_______________________________________________
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]