tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Differences between libtcc in "0.9.27 (x86_64 Linux)"


From: grischka
Subject: Re: [Tinycc-devel] Differences between libtcc in "0.9.27 (x86_64 Linux)" and "0.9.27 - 0378168 (x86_64 Linux)" and some unexpected behavior
Date: Thu, 10 Jun 2021 20:01:10 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Dwight Schauer wrote:
With "0.9.27 - 0378168" I get some unexpected behavior.

1) the byte sizes of compilation units (separate libtcc states)
are about 8K larger each than with the stock libtcc

runtime memory now gets permissions (r/w/x) set per section more
accurately however this means that sections need to start on a new
memory page each (of size 4096 usually).

Can be disabled with CONFIG_RUNMEM_RO in tccrun,c.

2) with "-Wunsupported -Wall -Werror" tcc_compile_string exits the
entire program rather than returning non zero for non supported or
bogus flags.

???. tcc_compile_string() does not take any flags.

It is true that tcc_set_options() would call exit() when it should not
which is not a new problem however.

3) compilation errors don't result in a non zero exit

I can not reproduce this, in that generality.

4) "-b" needs __bound_strlen, but the new libtcc.so does not have that
symbol

In fact libtcc1.a doesn't contain bcheck.o anymore.  Therefor with
-b in combination with -nostdlib, bcheck.o needs to be added explicitly.

-- gr




reply via email to

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