px4io-v2:Ensure _ebss will be 4 byte aligned

This commit is contained in:
David Sidrane 2017-11-28 02:24:23 -10:00 committed by Lorenz Meier
parent e9a318e4f7
commit b85fbd496f

View File

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