mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:06:23 +02:00
+ WASI internal linker: add all object sections, starting with '.bss' to the .bss section
This commit is contained in:
parent
35345fe145
commit
49395f2b00
@ -313,7 +313,7 @@ begin
|
||||
LinkScript.Concat(' OBJSECTION .data.*');
|
||||
LinkScript.Concat('ENDEXESECTION');
|
||||
LinkScript.Concat('EXESECTION .bss');
|
||||
LinkScript.Concat(' OBJSECTION .bss');
|
||||
LinkScript.Concat(' OBJSECTION .bss*');
|
||||
LinkScript.Concat('ENDEXESECTION');
|
||||
|
||||
ScriptAddGenericSections('.debug_abbrev,.debug_info,.debug_line,.debug_aranges,.debug_ranges');
|
||||
|
Loading…
Reference in New Issue
Block a user