aboutsummaryrefslogtreecommitdiff
path: root/tcccoff.c
Commit message (Expand)AuthorAgeFilesLines
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+948
* Reorganize the source tree.gus knight2015-07-271-924/+0
* clang-format on arm-gen.c and tcccoff.c.gus knight2015-07-271-577/+553
* Trim trailing spaces everywhere.gus knight2015-07-271-2/+2
* portability: fix void* <-> target address conversion confusiongrischka2013-02-041-1/+1
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-041-4/+4
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-2/+2
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-111-2/+2
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-24/+14
* tccelf/tcccoff: fix some type conversion warningsgrischka2010-12-041-1/+1
* build from multiple objects: fix other targetsgrischka2009-12-201-2/+1
* allow tcc be build from separate objectsgrischka2009-12-201-1/+3
* fix unused/uninitalized warningsgrischka2009-05-111-0/+2
* fix warnings with tcc_add/get_symbolgrischka2009-05-111-1/+1
* move some global variables into TCCStategrischka2009-05-111-6/+6
* added -f[no-]leading-underscorebellard2005-06-151-19/+7
* compile fixbellard2004-10-271-2/+1
* updatebellard2004-10-231-23/+9
* C67 COFF executable format support (TK)bellard2004-10-051-0/+982