tcc 0.9.25

Version of implementation Tiny C Compiler of programming language C

This is the latest version of Tiny C Compiler, released on May 20, 2009.

Changes:

  • added support for x86-64 platform
  • added support for uClibc
  • split tcc.c into tcc.h libtcc.c tccpp.c tccgen.c tcc.c
  • improved preprocess output with line numbers and spaces preserved
  • tcc_relocate now copies code into user buffer
  • fixed bitfields with non-int types and in unions
  • improved ARM cross-compiling
  • link stabstr sections from multiple objects
  • better (still limited) support for multiple TCCStates