mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 19:18:35 +02:00
* wasm internal linker: treat exception symbols as AB_COMMON
This commit is contained in:
parent
07677f4214
commit
1d48cd7eba
@ -4396,7 +4396,7 @@ implementation
|
||||
exit;
|
||||
end;
|
||||
objsym:=TWasmObjSymbol(ObjData.CreateSymbol(SymName));
|
||||
objsym.bind:=AB_GLOBAL;
|
||||
objsym.bind:=AB_COMMON;
|
||||
objsym.typ:=AT_WASM_EXCEPTION_TAG;
|
||||
objsym.objsection:=ObjData.createsection('.wasm_tags.n_'+SymName,1,[oso_Data,oso_load],true);
|
||||
if objsym.objsection.Size=0 then
|
||||
|
Loading…
Reference in New Issue
Block a user