mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:39:34 +02:00
* emit sec_fpc as sec_data, because custom section names aren't supported
git-svn-id: branches/wasm@46848 -
This commit is contained in:
parent
e1b6f0bd85
commit
5c27030faf
@ -114,6 +114,8 @@ implementation
|
||||
|
||||
function TLLVMMachineCodePlaygroundAssembler.sectionname(atype: TAsmSectiontype; const aname: string; aorder: TAsmSectionOrder): string;
|
||||
begin
|
||||
if atype=sec_fpc then
|
||||
atype:=sec_data;
|
||||
Result:=inherited sectionname(atype, aname, aorder)+',"",@';
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user