tinycc/lib
James Lyon e31579b076 Fixed tests on Windows (including out-of-tree problems)
Modified tcctest.c so that it uses 'double' in place of 'long double'
with MinGW since this is what TCC does, and what Visual C++ does. Added
an option -norunsrc to tcc to allow argv[0] to be set independently of
the compiled source when using tcc -run, which allows tests that rely on
the value of argv[0] to work in out-of-tree builds.

Also added Makefile rules to automatically update out-of-tree build
Makefiles when in-tree Makefiles have changed.
2013-04-17 20:32:07 +01:00
..
Makefile Fixed tests on Windows (including out-of-tree problems) 2013-04-17 20:32:07 +01:00
alloca86-bt.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
alloca86.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
alloca86_64.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
bcheck.c add version number to manpage 2013-02-17 00:48:51 +01:00
libtcc1.c Flush caches before -running program 2013-03-18 10:08:39 +01:00