tinycc/win32/lib
grischka 4b3c6e74ab tccgen: nodata_wanted fix, default ONE_SOURCE, etc...
tccgen.c:
  doubles need to be aligned, on ARM.  The section_reserve()
  in init_putv does not do that.
-D ONE_SOURCE: is now the default and not longer needed. Also,
  tcc.h now sets the default native target.  These both make
  compiling tcc simple as "gcc tcc.c -o tcc -ldl" again.
arm-asm.c:
  enable pseudo asm also for inline asm
tests/tests2/Makefile:
  disable bitfield tests except on windows and x86_64
  and don't generate-always
tcc.c:
  fix a loop with -dt on errors
configure:
  print compiler version (as recognized)
tccpp.c:
  actually define symbols for tcc -dt
  clear static variables (needed for -dt or libtcc usage)
96_nodata_wanted.c:
  use __label__ instead of asm
lib/files:
  use native symbols (__i386__ etc.) instead of TCC_TARGET_...
2017-07-23 21:24:11 +02:00
..
chkstk.S tccgen: nodata_wanted fix, default ONE_SOURCE, etc... 2017-07-23 21:24:11 +02:00
crt1.c tcc: re-enable correct option -r support 2017-02-20 18:58:08 +01:00
crt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
dllcrt1.c correct a DllMain() declaration in dllcrt1.c and dllmain.c 2015-03-03 22:51:13 +03:00
dllmain.c correct a DllMain() declaration in dllcrt1.c and dllmain.c 2015-03-03 22:51:13 +03:00
gdi32.def dos2unix 2005-04-17 13:10:37 +00:00
kernel32.def tccrun/win64: cleanup runtime function table 2016-10-19 19:21:27 +02:00
msvcrt.def win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
user32.def tcc: re-enable correct option -r support 2017-02-20 18:58:08 +01:00
wincrt1.c tcc: re-enable correct option -r support 2017-02-20 18:58:08 +01:00
wincrt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00