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:
Károly Balogh 2021-05-19 07:39:24 +00:00
parent c43d8e4adf
commit 906d0ba06e

View File

@ -224,6 +224,7 @@ begin
Add(' .bss (NOLOAD): {');
Add(' _sbss = .;');
Add(' *(.bss .bss.*)');
Add(' . = ALIGN(2); SHORT(0x0000);');
Add(' _ebss = .;');
Add(' } :'+ProgramHeaderName);
Add('}');