tinycc/win32
grischka 2bd0daabbe misc. fixes
- tccgen: error out for cast to void, as in
      void foo(void) { return 1; }
  This avoids an assertion failure in x86_64-gen.c, also.
  also fix tests2/03_struct.c accordingly

- Error: "memory full" - be more specific

- Makefiles: remove circular dependencies, lookup tcctest.c from VPATH

- tcc.h: cleanup lib, include, crt and libgcc search paths"
  avoid duplication or trailing slashes with no CONFIG_MULTIARCHDIR
  (as from 9382d6f1a0)

- tcc.h: remove ";{B}" from PE search path
  in ce5e12c2f9 James Lyon wrote:
  "... I'm not sure this is the right way to fix this problem."
  And the answer is: No, please. (copying libtcc1.a for tests instead)

- win32/build_tcc.bat: do not move away a versioned file
2014-01-06 19:56:26 +01:00
..
examples win32: reformat examples, crt etc 2009-07-18 22:07:10 +02:00
include Fix "Add support for struct > 4B returned via registers" 2013-12-16 15:38:10 +01: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 misc. fixes 2014-01-06 19:56:26 +01:00
tcc-win32.txt i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00