tcc-stupidos/win32
grischka 13b997668e win32: fix libtcc support
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 73faaea227
2013-09-10 15:36:56 +02:00
..
examples win32: reformat examples, crt etc 2009-07-18 22:07:10 +02:00
include i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00
lib win32: fix libtcc support 2013-09-10 15:36:56 +02:00
tools libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str) 2013-02-12 19:13:28 +01:00
build-tcc.bat win32: build-tcc.bat: get rid of hardcoded VERSION string 2012-12-20 21:20:54 +01:00
tcc-win32.txt i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00