Quote:
Originally Posted by geekmaster
On 5.1.0 there is the extra problem of bad library loader scripts.
|
There is an extra speed bump here in the communications channel.
What you name a: "library loader script" is a: "ld control script".
ld control scripts use only 4 keywords, and tcc only recognizes two of them.
The "loader script", written in the general purpose ld scripting language, defines how objects and object symbols are laid out in memory.
Alternates to the default one are introduced by "-T" (or "-c" if using MRI scripts) with software that recognizes the "loader script" option(s).
"-L" affects the search/use of "ld control script(s)" and libraries, it does not affect the search/use of "loader scripts" (unless "-T" is present).