some smaller fixes
commitce1ef5b8fc534bf7f2c36b07494aaf7099fbc5b1
authorgrischka <grischka>
Fri, 8 Jun 2018 13:31:40 +0000 (8 15:31 +0200)
committergrischka <grischka>
Sun, 14 Jul 2019 20:46:19 +0000 (14 22:46 +0200)
tree4f1f63e09bc0de6818368e725a62c4b8a0dbe1ff
parent4bb5bc44011e2920e6dc181e848c5f5e1a7ff81d
some smaller fixes

- libtcc.c/tccpp.c: fix -U option for multiple input files
- libtcc: remove decl of tcc_add_crt() for PE
- tcc.h: define __i386__ and __x86_64__ for msvc
- tcc.h: undef __attribute__ for __TINYC__ on gnu/linux platforms
- tccelf.c: disable prepare_dynamic_rel unless x86/x64
- tccpe.c: construct rather than predefine PE section flags
- tccpp.c: (alt.) fix access of dead stack variable after error/longjmp
- x86_64-gen.c: fix func_alloca chain for nocode_wanted
- tccpp.c/tccgen.c: improve file:line info for inline functions
- winapi/winnt.h: correct position for DECLSPEC_ALIGN attribute
- win32/lib/crt: simplify top exception handler (needed for signal)
- arm64-gen.c: remove dprintf left from VT_CMP commit
- tccgen.c: limit binary scan with gcase to > 8 (= smaller code)
- tccgen.c: call save_regs(4) in gen_opl for cmp-ops (see test in tcctest.c)
14 files changed:
arm64-gen.c
libtcc.c
tcc.h
tccelf.c
tccgen.c
tccpe.c
tccpp.c
tests/tcctest.c
win32/include/_mingw.h
win32/include/winapi/winnt.h
win32/lib/chkstk.S
win32/lib/crt1.c
win32/lib/wincrt1.c
x86_64-gen.c