mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
sinclairql: make sure the end of bss (hence the bss size) is also aligned to two bytes
git-svn-id: trunk@49380 -
This commit is contained in:
parent
c43d8e4adf
commit
906d0ba06e
@ -224,6 +224,7 @@ begin
|
||||
Add(' .bss (NOLOAD): {');
|
||||
Add(' _sbss = .;');
|
||||
Add(' *(.bss .bss.*)');
|
||||
Add(' . = ALIGN(2); SHORT(0x0000);');
|
||||
Add(' _ebss = .;');
|
||||
Add(' } :'+ProgramHeaderName);
|
||||
Add('}');
|
||||
|
Loading…
Reference in New Issue
Block a user