* Windows on Aarch64 requires a relocation section

git-svn-id: trunk@44918 -
This commit is contained in:
svenbarth 2020-04-21 06:04:37 +00:00
parent 3b1d5794e9
commit 40633835dc

View File

@ -1963,7 +1963,7 @@ type
sc:=nil;
{ DLL defaults to create reloc info }
if islibrary then
if islibrary or (target_info.system in [system_aarch64_win64]) then
begin
if not RelocSectionSetExplicitly then
RelocSection:=true;