aboutsummaryrefslogtreecommitdiff
path: root/c67-gen.c
Commit message (Collapse)AuthorAgeFilesLines
* add version number to manpageUrs Janssen2013-02-171-4/+4
| | | | | | | avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English)
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-6/+6
| | | | | | | | Should fix some warnings wrt. access out of array bounds. tccelf.c: fix "static function unused" warning x86_64-gen.c: fix "ctype.ref uninitialzed" warning and cleanup tcc-win32.txt: remove obsolete limitation notes.
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-041-19/+25
| | | | Also use uppercase TRUE/FALSE instead of true/false
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-8/+8
|
* allow tcc be build from separate objectsgrischka2009-12-201-45/+50
| | | | If you want that, run: make NOTALLINONE=1
* x86-64: Fix stab debug information.Shinichiro Hamaji2009-08-241-0/+1
| | | | | We need 32bit relocations for code and 64bit for debug info. Introduce a new macro R_DATA_PTR to distinguish the two usages.
* cleanup: constify some global datagrischka2009-07-181-1/+1
|
* Set VT_LVAL_xxx flags for function arguments in gfunc_prolog (Daniel Glöckner)Daniel Glöckner2008-09-121-1/+1
|
* removed warningsbellard2004-11-071-5/+7
|
* C67 COFF executable format support (TK)bellard2004-10-051-17/+7
|
* initial TMS320C67xx support (TK)bellard2004-10-051-0/+2556