aboutsummaryrefslogtreecommitdiff
path: root/win32/lib/chkstk.S
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* x86-64: chkstk, allocagrischka2009-07-181-21/+53
|
* dos2unixbellard2005-04-171-29/+29
|
* win32 mergebellard2005-04-141-0/+29