|
@@ -378,6 +378,7 @@ end;
|
|
function TInternalLinkerWasi.GetBssSize(aExeOutput: TExeOutput): QWord;
|
|
function TInternalLinkerWasi.GetBssSize(aExeOutput: TExeOutput): QWord;
|
|
begin
|
|
begin
|
|
Result:=GetExeSectionSize(aExeOutput,'.bss') +
|
|
Result:=GetExeSectionSize(aExeOutput,'.bss') +
|
|
|
|
+ GetExeSectionSize(aExeOutput,'.tbss') +
|
|
GetExeSectionSize(aExeOutput,'fpc.reshandles');
|
|
GetExeSectionSize(aExeOutput,'fpc.reshandles');
|
|
end;
|
|
end;
|
|
|
|
|