tinycc/win32/lib
grischka 6a4f3cf127 rework leading underscores
tested on win32/64 to pass the tests when enabled

- libtcc.c :
  let tcc define __leading_underscore if enabled
  tcc_add_symbol() : add _ automatically
- tccelf.c : remove tcc_get_symbol_err(), find_c_sym()
  currently symbol length is limited to 256 in several
  places, so we can use a fixed local buffer for now as well.
- win32/lib/crtinit.c : new file for init/fini
- lib/*.S, tests7* : use __leading_underscore
- bt-log.c: this file wont work relibaly if compiled with gcc
2020-07-06 13:00:47 +02:00
..
chkstk.S rework leading underscores 2020-07-06 13:00:47 +02:00
crt1.c rework leading underscores 2020-07-06 13:00:47 +02:00
crt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
crtinit.c rework leading underscores 2020-07-06 13:00:47 +02:00
dllcrt1.c rework leading underscores 2020-07-06 13:00:47 +02:00
dllmain.c
gdi32.def
kernel32.def
msvcrt.def Finalizing math.h fixes: 2020-04-11 02:29:51 +02:00
user32.def tcc: re-enable correct option -r support 2017-02-20 18:58:08 +01:00
wincrt1.c rework leading underscores 2020-07-06 13:00:47 +02:00
wincrt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
ws2_32.def Add minimal includes and .def files to support, by default, BSD socket programming on Windows. 2019-04-16 07:26:04 +02:00