tinycc/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
..
alloca86_64-bt.S rework leading underscores 2020-07-06 13:00:47 +02:00
alloca86_64.S rework leading underscores 2020-07-06 13:00:47 +02:00
alloca86-bt.S rework leading underscores 2020-07-06 13:00:47 +02:00
alloca86.S rework leading underscores 2020-07-06 13:00:47 +02:00
alloca-arm.S cross-compilers: allow individual configuration 2017-02-23 08:41:57 +01:00
armeabi.c cross-compilers: allow individual configuration 2017-02-23 08:41:57 +01:00
armflush.c arm: Don't override syscall implementation 2019-11-06 01:01:56 +11:00
bcheck.c Fix ctype.h warning in lib/bcheck.c 2020-06-24 15:12:58 +02:00
bt-dll.c rework leading underscores 2020-07-06 13:00:47 +02:00
bt-exe.c macos: support bounds checking 2020-06-20 22:14:56 +02:00
bt-log.c rework leading underscores 2020-07-06 13:00:47 +02:00
dsohandle.c Define __dso_handle in libtcc1.a 2019-06-22 01:38:43 +02:00
fetch_and_add_arm64.S Fix fetch_and_add code 2020-06-18 07:21:48 +02:00
fetch_and_add_arm.S Call __bound_main_arg at startup 2020-06-22 14:55:27 +02:00
fetch_and_add_riscv64.S Fix fetch_and_add code 2020-06-18 07:21:48 +02:00
lib-arm64.c riscv: Implement long double support 2019-09-01 23:13:20 +02:00
libtcc1.c tccgen: nodata_wanted fix, default ONE_SOURCE, etc... 2017-07-23 21:24:11 +02:00
Makefile some cleanups related to recent commits 2020-07-06 13:00:47 +02:00
va_list.c stdarg: always have the __builtin_va_* available 2020-04-15 22:06:52 +02:00