aboutsummaryrefslogtreecommitdiff
path: root/tcccoff.c
Commit message (Collapse)AuthorAgeFilesLines
* 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