mirror of
https://github.com/frida/tinycc
synced 2024-11-24 16:49:44 +03:00
13b997668e
For "tcc -run file.c", I was trying to initialize the FP control
in a function in libtcc1.a (_runmain) before calling main.
Unfortunately that turned out to cause problems with for example
libtcc_test since such usage doesn't necessarily define a 'main'
function.
So for tcc -run we're back to relying on the FP control word
that is set in the startup code of tcc.exe rsp. libtcc.dll.
This fixes part of commit
|
||
---|---|---|
.. | ||
chkstk.S | ||
crt1.c | ||
dllcrt1.c | ||
dllmain.c | ||
gdi32.def | ||
kernel32.def | ||
msvcrt.def | ||
user32.def | ||
wincrt1.c |