mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +08:00
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 |
||
|---|---|---|
| .. | ||
| chkstk.S | ||
| crt1.c | ||
| crt1w.c | ||
| crtinit.c | ||
| dllcrt1.c | ||
| dllmain.c | ||
| gdi32.def | ||
| kernel32.def | ||
| msvcrt.def | ||
| user32.def | ||
| wincrt1.c | ||
| wincrt1w.c | ||
| ws2_32.def | ||