tinycc/win32/lib
grischka bfd1c08d6c tccrun/win64: cleanup runtime function table
- call RtlDeleteFunctionTable
  (important for multiple compilations)

- the RUNTIME_FUNCTION* is now at the beginning of the
  runtime memory.  Therefor when tcc_relocate is called
  with user memory, this should be done manually before
  it is free'd:
      RtlDeleteFunctionTable(*(void**)user_mem);
      [ free(user_mem); ]

- x86_64-gen.c: expand char/short return values to int
2016-10-19 19:21:27 +02:00
..
chkstk.S tccrun: win64: add unwind function table for dynamic code 2011-07-14 19:09:49 +02:00
crt1.c Remove misc. files 2016-10-01 20:27:41 +02: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 dos2unix 2005-04-17 13:10:37 +00:00
wincrt1.c Remove misc. files 2016-10-01 20:27:41 +02:00