The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth 2b59000d56 + implement compiler support for SEH on Win64
Note: due to the way we access variables in a nested function (which in this case includes exception filters) we can not extract the finally handlers and call them (like we do on i386 and x86_64, but instead we duplicate the finally code)

git-svn-id: trunk@44941 -
2020-04-21 06:06:05 +00:00
compiler + implement compiler support for SEH on Win64 2020-04-21 06:06:05 +00:00
installer Regenerate all Makefiles 2020-04-20 13:58:47 +00:00
packages * enable AArch64 for Win64 in fpmkunit and fpcmake 2020-04-21 06:04:45 +00:00
rtl + implement RTL functionality for SEH for aarch64-win64 2020-04-21 06:05:59 +00:00
tests Regenerate all Makefiles 2020-04-20 13:58:47 +00:00
utils * enable AArch64 for Win64 in fpmkunit and fpcmake 2020-04-21 06:04:45 +00:00
.gitattributes + implement compiler support for SEH on Win64 2020-04-21 06:06:05 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp * FPMake-option NoIDE added 2020-02-11 19:31:35 +00:00
Makefile Regenerate all Makefiles 2020-04-20 13:58:47 +00:00
Makefile.fpc * do all make targets in parallel, no issues found yet 2020-04-19 13:28:41 +00:00