aboutsummaryrefslogtreecommitdiff
path: root/tcccoff.c
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing spaces everywhere.gus knight2015-07-271-2/+2
|
* portability: fix void* <-> target address conversion confusiongrischka2013-02-041-1/+1
| | | | | | - #define addr_t as ElfW(Addr) - replace uplong by addr_t - #define TCC_HAS_RUNTIME_PLTGOT and use it
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-041-4/+4
| | | | Also use uppercase TRUE/FALSE instead of true/false
* Revert "Added what I call virtual io to tinycc this way we can make a ↵Thomas Preud'homme2013-01-141-2/+2
| | | | | | | | monolitic executable or library that contains all needed to compile programs, truly tinycc portable." This reverts commit 59e18aee0e509a3ca75dbe6f909e18c1d17893d1. tcc is being stabilized now in order to do a new release soon. Therefore, such a change is not appropriate now.
* Added what I call virtual io to tinycc this way we can make a monolitic ↵mingodad2013-01-111-2/+2
| | | | | | executable or library that contains all needed to compile programs, truly tinycc portable. Tested under linux exec the "mk-it" shell script and you'll end up with a portable tinycc executable that doesn't depend on anything else.
* 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
| | | | If you want that, run: make NOTALLINONE=1
* 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