nxphlite-v3:Ensure _ebss will be 4 byte aligned

This commit is contained in:
David Sidrane 2017-11-28 02:24:19 -10:00 committed by Lorenz Meier
parent 9879bea611
commit fea11f1d47

View File

@ -141,6 +141,7 @@ SECTIONS
*(.bss .bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(4);
_ebss = ABSOLUTE(.);
} > datasram