tinycc/lib
grischka 5f33d313c8 tcc: re-enable correct option -r support
Forgot about it.  It allows to compile several
sources (and other .o's) to one single .o file;

    tcc -r -o all.o f1.c f2.c f3.S o4.o ...

Also:
- option -fold-struct-init-code removed, no effect anymore
- (tcc_)set_environment() moved to tcc.c
- win32/lib/(win)crt1 minor fix & add dependency
- debug line output for asm (tcc -c -g xxx.S) enabled
- configure/Makefiles: x86-64 -> x86_64 changes
- README: cleanup
2017-02-20 18:58:08 +01:00
..
Makefile tcc: re-enable correct option -r support 2017-02-20 18:58:08 +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