aboutsummaryrefslogtreecommitdiff
path: root/tccpe.c
Commit message (Collapse)AuthorAgeFilesLines
* x86-64: chkstk, allocagrischka2009-07-181-7/+2
|
* win64: fix pointer <-> unsigned long typecast issuesgrischka2009-07-181-1/+1
|
* tccpe: use more official structsgrischka2009-07-181-30/+34
|
* tccpe: support pe32+ (x86_64) targetgrischka2009-07-181-36/+82
|
* tccpe: use ElfW macrosgrischka2009-07-181-51/+81
|
* tccpe: get rid of kludgy export-symbol sortgrischka2009-07-181-13/+20
|
* tccpe: build IAT vector with with -run toogrischka2009-07-181-58/+32
| | | | | This prepares for x86_64 where we need the vector for far jumps. Also, resolve DLL symbols in place
* move some global variables into TCCStategrischka2009-05-111-6/+6
|
* win32: allow user segments as writable & executablegrischka2009-04-181-1/+3
|
* release loaded dlls cleanly (Sam K)grischka2008-05-051-6/+12
|
* Switch to newer tccpe.c (includes support for resources)grischka2007-12-191-690/+997
|
* Use _WIN32 for a windows hosted tcc and define it for the PE target.grischka2007-12-131-496/+496
|
* the PE linker code is not ready for -fleading-underscore supportbellard2005-06-171-4/+7
|
* added -f[no-]leading-underscorebellard2005-06-151-7/+4
|
* win32 merge (grischka)bellard2005-04-171-24/+61
|
* win32 mergebellard2005-04-141-8/+0
|
* better st_other supportbellard2005-04-131-29/+24
|
* initial PE format supportbellard2005-04-101-0/+1220