mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 15:13:41 +02:00
+ WASI internal linker: added the .wasm_tags exe section to the linker script
This commit is contained in:
parent
1d48cd7eba
commit
59c88f4c79
@ -302,7 +302,7 @@ begin
|
||||
LinkScript.Concat(' OBJSECTION .wasm_globals.*');
|
||||
LinkScript.Concat('ENDEXESECTION');
|
||||
|
||||
ScriptAddGenericSections('.text,.rodata,.data,.bss,.debug_frame,.debug_info,.debug_line,.debug_abbrev,.debug_aranges,.debug_ranges,.debug_str');
|
||||
ScriptAddGenericSections('.wasm_tags,.text,.rodata,.data,.bss,.debug_frame,.debug_info,.debug_line,.debug_abbrev,.debug_aranges,.debug_ranges,.debug_str');
|
||||
end;
|
||||
|
||||
function TInternalLinkerWasi.GetDataSize(aExeOutput: TExeOutput): QWord;
|
||||
|
Loading…
Reference in New Issue
Block a user