mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 02:59:33 +02:00
* use COFF sectionattrs for aarch64-win64 as well
git-svn-id: trunk@44930 -
This commit is contained in:
parent
3f40e00392
commit
329710f573
@ -410,7 +410,7 @@ implementation
|
|||||||
function TGNUAssembler.sectionattrs(atype:TAsmSectiontype):string;
|
function TGNUAssembler.sectionattrs(atype:TAsmSectiontype):string;
|
||||||
begin
|
begin
|
||||||
result:='';
|
result:='';
|
||||||
if (target_info.system in [system_i386_win32,system_x86_64_win64]) then
|
if (target_info.system in [system_i386_win32,system_x86_64_win64,system_aarch64_win64]) then
|
||||||
begin
|
begin
|
||||||
result:=sectionattrs_coff(atype);
|
result:=sectionattrs_coff(atype);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user