Re: [Tinycc-devel] Inconsistency gcc/tcc on visibility hidden

2018-05-07 Thread Michael Matz
Hi, On Sun, 6 May 2018, ag wrote: tcc -o liba-tcc.so alib.c -g -O2 -shared -fPIC -fvisibility="hidden" TCC doesn't support the -fvisibility= option at all. By default it silently accepts all -f options, if you want a warning then do: % tcc ... -Wunsupported ... -fvisibility=hidden tcc:

Re: [Tinycc-devel] TCC and ARM instruction set

2018-05-07 Thread KHMan
On 5/7/2018 3:44 PM, Yakov wrote: I read OP's question differently, it seemed he wanted to know more about the intrinsics of TinyCC in regards to various instruction set supports rather than to know more about ARM technology in general? OR maybe "how advanced is the support of ARM in TCC"? If

Re: [Tinycc-devel] TCC and ARM instruction set

2018-05-07 Thread Yakov
I read OP's question differently, it seemed he wanted to know more about the intrinsics of TinyCC in regards to various instruction set supports rather than to know more about ARM technology in general? OR maybe "how advanced is the support of ARM in TCC"? If it was worded as "how do you add a new