Re: [Tinycc-devel] rev 8615bb4 makes build become nosier

2015-04-16 Thread Sergey Korshunoff
rev 8615bb4 makes tcc complaining #pragma push_macro and #pragma pop_macro, please fix or silencing it. A right fix is to implement a #pragma push_macro and #pragma pop_macro Otherwise a compiled program will be wrong. If you think that using this pragmas in the mingw headers is not needed,

Re: [Tinycc-devel] Dollar Sign in Identifiers Extension

2015-04-16 Thread Daniel Holden
Brilliant thank you so much for the help Sergey and Ramsay. On 16/04/2015 09:27, Sergey Korshunoff wrote: Hi! A working version of the patch (addon) is attached. A changed part is in tccasm.c Before a change there was error while compiling libtcc1 on x86 I think a patch can be submitted to the

Re: [Tinycc-devel] Dollar Sign in Identifiers Extension

2015-04-16 Thread Sergey Korshunoff
Hi! A working version of the patch (addon) is attached. A changed part is in tccasm.c Before a change there was error while compiling libtcc1 on x86 I think a patch can be submitted to the mob. 02-dollars-in-identifiers-update.patch Description: Binary data

Re: [Tinycc-devel] [PATCH] TCC arm64 back end

2015-04-16 Thread Michael Matz
Hi, On Wed, 15 Apr 2015, Thomas Preud'homme wrote: Nope. Try it for yourself: Huh, indeed. IMHO that's inconsistent with the symbol resolution behaviour of GNU ld (only looking in level0 libs for symbols, not in those DT_NEEDED by them, unless --copy-dt-needed-entries is active), but