Skip to content
  • grischka's avatar
    some smaller fixes · ce1ef5b8
    grischka authored
    - 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)
    ce1ef5b8