aboutsummaryrefslogtreecommitdiff
path: root/win32/lib
Commit message (Collapse)AuthorAgeFilesLines
* tccrun: win64: add unwind function table for dynamic codegrischka2011-07-142-8/+2
| | | | | This works only when tcc.exe is compiled using MSC. MinGW does something in the startup code that defeats it.
* tccpe: support leading underscore for symbolsgrischka2011-02-131-0/+2
| | | | | | | | | To make this the default, enable this line in libtcc.c:tcc_new: #if defined(TCC_TARGET_PE) && 0 s->leading_underscore = 1; and then recompile tcc and also libtcc1.a
* build: remove #include "config.h" from target dependent filesgrischka2010-11-261-2/+0
| | | | This is to make cross build of libtcc1.a easier.
* win32: register SEH in startup code (i386 only)grischka2010-10-193-2/+124
| | | | Needed to handle signal() etc. with msvcrt
* win64: add tiny unwind data for setjmp/longjmpgrischka2009-12-201-3/+11
| | | | | | | | | This enables native unwind semantics with longjmp on win64 by putting an entry into the .pdata section for each compiled fuction. Also, the function now use a fixed stack and store arguments into X(%rsp) rather than using push.
* win64: adjust for two args with setjmp(buf,ctx)grischka2009-12-191-0/+8
|
* win32: reformat examples, crt etcgrischka2009-07-182-36/+49
|
* x86-64: chkstk, allocagrischka2009-07-181-21/+53
|
* win64: use new headers from mingwgrischka2009-07-181-0/+617
|
* _controlfp fix (grischka)bellard2005-04-172-84/+84
|
* dos2unixbellard2005-04-177-2587/+2587
|
* win32 mergebellard2005-04-149-0/+2671