mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 09:07:59 +02:00
+ WASI internal linker: also add .debug_frame and .debug_str sections to the output binary
This commit is contained in:
parent
49395f2b00
commit
749688b3b0
@ -316,7 +316,7 @@ begin
|
||||
LinkScript.Concat(' OBJSECTION .bss*');
|
||||
LinkScript.Concat('ENDEXESECTION');
|
||||
|
||||
ScriptAddGenericSections('.debug_abbrev,.debug_info,.debug_line,.debug_aranges,.debug_ranges');
|
||||
ScriptAddGenericSections('.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