mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
+ add the _BSSEND section after the _BSS section
git-svn-id: trunk@45619 -
This commit is contained in:
parent
09bd361b48
commit
dfa736bdca
@ -380,6 +380,7 @@ procedure TInternalLinkerZXSpectrum.DefaultLinkScript;
|
||||
LinkScript.Concat('ENDEXESECTION');
|
||||
LinkScript.Concat('EXESECTION .bss');
|
||||
LinkScript.Concat(' OBJSECTION _BSS');
|
||||
LinkScript.Concat(' OBJSECTION _BSSEND');
|
||||
LinkScript.Concat(' OBJSECTION _HEAP');
|
||||
LinkScript.Concat(' OBJSECTION _STACK');
|
||||
LinkScript.Concat('ENDEXESECTION');
|
||||
|
Loading…
Reference in New Issue
Block a user