Add missing datamem section allocation for .bss

Only worked before out of luck with the ALIGNs!
This commit is contained in:
James Benton 2018-09-14 09:53:06 +01:00
parent 7c9120db96
commit 3605823849

View File

@ -105,7 +105,7 @@ SECTIONS
*(.sbss2.*)
*(.gnu.linkonce.sb2.*)
__sbss2_end = .;
}
} > datamem
__bss_end = .;
. = ORIGIN(relmem);