tinycc/lib
grischka 2d3b9559bf tcctools.c: integrate tiny_libmaker/_impdef
usage:
    tcc -ar [rcsv] lib files...
    tcc -impdef lib.dll [-v] [-o lib.def]

also:
- support more files with -c: tcc -c f1.c f2.c ...
- fix a bug which caused tcc f1.c f2.S to produce no asm
- allow tcc -ar @listfile too
- change prototype: _void_ tcc_set_options(...)
- apply -Wl,-whole-archive when a librariy is given
  as libxxx.a also (not just for -lxxx)
2017-02-18 09:55:34 +01:00
..
Makefile tcctools.c: integrate tiny_libmaker/_impdef 2017-02-18 09:55:34 +01:00
alloca-arm.S fixes & cleanups 2017-02-13 18:23:43 +01:00
alloca86-bt.S Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD boundary and it becomes 0x80000000. Jle treats as -214783648, but Jbe treats as 214783648. Thanks to Jason Hood for explain me this. 2014-07-10 20:41:51 -04:00
alloca86.S fixes & cleanups 2017-02-13 18:23:43 +01:00
alloca86_64-bt.S fixes & cleanups 2017-02-13 18:23:43 +01:00
alloca86_64.S fixes & cleanups 2017-02-13 18:23:43 +01:00
armeabi.c Incorrect function call code on ARMv6 2016-10-01 23:10:11 +02:00
bcheck.c Remove warning when __builtin_frame_address is used with gcc >= 6. 2016-11-30 06:18:48 +01:00
lib-arm64.c Correct prototype: void __clear_cache(void *, void *). 2015-10-15 19:02:54 +01:00
libtcc1.c Revert "partial revert of the commit 4ad186c5ef61" 2017-02-05 14:30:19 +01:00